Tab
constructor(label: String? = null, child: Component, icon: String? = null, image: ResString? = null, closable: Boolean = false, route: String? = null, init: Tab.() -> Unit? = null)(source)
constructor(label: String? = null, icon: String? = null, image: ResString? = null, closable: Boolean = false, route: String? = null, init: Tab.() -> Unit? = null)(source)
Parameters
label
label of the tab
icon
icon of the tab
image
image of the tab
closable
determines if this tab is closable
route
JavaScript route to activate given tab
init
an initializer extension function