add Tab
open fun addTab( title: String, panel: <ERROR CLASS>, icon: String? = null, image: <ERROR CLASS>? = null, closable: Boolean = false, route: String? = null): TabPanel
Content copied to clipboard
Creates and adds new tab component.
Return
current container
Parameters
title
title of the tab
panel
child component
icon
icon of the tab
image
image of the tab
closable
determines if this tab is closable
route
JavaScript route to activate given child