Low Code Config
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")