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