page

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

DSL builder extension function.

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