kvision / pl.treksoft.kvision.onsenui.core / page

page

(js) fun Root.page(classes: Set<String>? = null, className: String? = null, init: (Page.() -> Unit)? = null): Page
fun Navigator.page(pageId: String? = null, classes: Set<String>? = null, className: String? = null, init: (Page.() -> Unit)? = null): Page
fun SplitterSide.page(pageId: String? = null, classes: Set<String>? = null, className: String? = null, init: (Page.() -> Unit)? = null): Page
fun SplitterContent.page(pageId: String? = null, classes: Set<String>? = null, className: String? = null, init: (Page.() -> Unit)? = null): Page
fun Tab.page(classes: Set<String>? = null, className: String? = null, init: (Page.() -> Unit)? = null): Page
fun Dialog.page(classes: Set<String>? = null, className: String? = null, init: (Page.() -> Unit)? = null): Page

DSL builder extension function.

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