split Panel
fun Container.splitPanel(direction: Direction = Direction.VERTICAL, classes: Set<String>? = null, className: String? = null, init: SplitPanel.() -> Unit? = null): SplitPanel
Content copied to clipboard
DSL builder extension function.
It takes the same parameters as the constructor of the built component.
fun <S> Container.splitPanel(state: ObservableState<S>, direction: Direction = Direction.VERTICAL, classes: Set<String>? = null, className: String? = null, init: SplitPanel.(S) -> Unit): SplitPanel
Content copied to clipboard
DSL builder extension function for observable state.
It takes the same parameters as the constructor of the built component.