AITabsAddTabOptions
typedef
The options for the AITabsView#addTab()
method.
Properties
-
buttonIcon : string | undefined
module:ai/aitabs/tabs/aitabsview~AITabsAddTabOptions#buttonIcon
The icon of the tab button. See
icon
to learn more. -
buttonLabel : string
module:ai/aitabs/tabs/aitabsview~AITabsAddTabOptions#buttonLabel
The label of the tab button.
-
module:ai/aitabs/tabs/aitabsview~AITabsAddTabOptions#content
The content of the tab. If not provided, the tab will be empty.
-
id : string
module:ai/aitabs/tabs/aitabsview~AITabsAddTabOptions#id
The unique ID of the tab.
-
order : number | undefined
module:ai/aitabs/tabs/aitabsview~AITabsAddTabOptions#order
The order of the tab. If not provided, the tab will be added to the end of the tabs list.