LowCodeConfig

data class LowCodeConfig<C : KlerkContext>(val basePath: String, val contextProvider: suspend (ApplicationCall) -> C, val customAfterEventButtonsOnDetailView: (KClass<out Any>, Model<Any>) -> DIV.() -> Unit? = null, val showOptionalParameters: (EventReference) -> Boolean, val cssPath: String, val knownAlgorithms: Set<FlowChartAlgorithm<*, *>> = emptySet(), val createCommandPath: String = "/_createevent")

Constructors

Link copied to clipboard
constructor(basePath: String, contextProvider: suspend (ApplicationCall) -> C, customAfterEventButtonsOnDetailView: (KClass<out Any>, Model<Any>) -> DIV.() -> Unit? = null, showOptionalParameters: (EventReference) -> Boolean, cssPath: String, knownAlgorithms: Set<FlowChartAlgorithm<*, *>> = emptySet(), createCommandPath: String = "/_createevent")

Properties

Link copied to clipboard
Link copied to clipboard
val contextProvider: suspend (ApplicationCall) -> C
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val customAfterEventButtonsOnDetailView: (KClass<out Any>, Model<Any>) -> DIV.() -> Unit? = null
Link copied to clipboard
Link copied to clipboard