kvision / pl.treksoft.kvision.onsenui.core / navigator

navigator

(js) fun Root.navigator(animation: NavAnimation? = null, swipeable: Boolean? = null, forceSwipeable: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (Navigator.() -> Unit)? = null): Navigator
fun SplitterContent.navigator(animation: NavAnimation? = null, swipeable: Boolean? = null, forceSwipeable: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (Navigator.() -> Unit)? = null): Navigator
fun Tab.navigator(animation: NavAnimation? = null, swipeable: Boolean? = null, forceSwipeable: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (Navigator.() -> Unit)? = null): Navigator

DSL builder extension function.

It takes the same parameters as the constructor of the built component.