Tab

constructor(label: String? = null, child: Component, icon: String? = null, image: ResString? = null, closable: Boolean = false, route: String? = null, init: Tab.() -> Unit? = null)


constructor(label: String? = null, icon: String? = null, image: ResString? = null, closable: Boolean = false, route: String? = null, init: Tab.() -> Unit? = null)

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