Optional
altOptional
borderheight when added to border, -1 will use border size
Default: inherited from Global attribute tabBorderHeight (default -1)
Optional
borderwidth when added to border, -1 will use border size
Default: inherited from Global attribute tabBorderWidth (default -1)
Optional
classclass applied to tab button
Default: inherited from Global attribute tabClassName (default undefined)
Optional
closesee values in ICloseType
Default: inherited from Global attribute tabCloseType (default 1)
Optional
componentstring identifying which component to run (for factory)
Default: undefined
Optional
configa place to hold json config for the hosted component
Default: undefined
Optional
contentclass applied to tab content
Default: inherited from Global attribute tabContentClassName (default undefined)
Optional
enableallow user to close tab via close button
Default: inherited from Global attribute tabEnableClose (default true)
Optional
enableallow user to drag tab to new location
Default: inherited from Global attribute tabEnableDrag (default true)
Optional
enableenable popout (in popout capable browser)
Default: inherited from Global attribute tabEnablePopout (default false)
Optional
enablewhether to show the popout icon in the tabset header if this tab enables popouts
Default: inherited from Global attribute tabEnablePopoutIcon (default true)
Optional
enableif this tab will not work correctly in a popout window when the main window is backgrounded (inactive) then enabling this option will gray out this tab
Default: inherited from Global attribute tabEnablePopoutOverlay (default false)
Optional
enableallow user to rename tabs by double clicking
Default: inherited from Global attribute tabEnableRename (default true)
Optional
enablewhether to avoid rendering component until tab is visible
Default: inherited from Global attribute tabEnableRenderOnDemand (default true)
Optional
enableif enabled the tab will re-mount when popped out/in
Default: false
Optional
helpAn optional help text for the tab to be displayed upon tab hover.
Default: undefined
Optional
iconthe tab icon
Default: inherited from Global attribute tabIcon (default undefined)
Optional
idthe unique id of the tab, if left undefined a uuid will be assigned
Default: undefined
Optional
maxthe max height of this tab
Default: inherited from Global attribute tabMaxHeight (default 99999)
Optional
maxthe max width of this tab
Default: inherited from Global attribute tabMaxWidth (default 99999)
Optional
minthe min height of this tab
Default: inherited from Global attribute tabMinHeight (default 0)
Optional
minthe min width of this tab
Default: inherited from Global attribute tabMinWidth (default 0)
Optional
namename of tab to be displayed in the tab button
Default: "[Unnamed Tab]"
Optional
tabsetclass applied to parent tabset when this is the only tab and it is stretched to fill the tabset
Default: undefined
Optional
typeFixed value: "tab"
if there is no name specifed then this value will be used in the overflow menu
Default: undefined