AITabsMainViewOptions
typedef
The options for the AITabsView class constructor.
Properties
type : AI_TABS_VIEW_TYPES[ number ] | undefinedmodule:ai/aitabs/aitabsmainview~AITabsMainViewOptions#typeThe type of the AI Tabs view. The possible values are:
'overlay'- the tabs are displayed as an overlay on top of the web page,'sidebar'- the tabs are displayed in a user-defined container,'custom'- the tabs are displayed as a custom UI, the integrator is responsible for the layout.
visibleByDefault : boolean | undefinedmodule:ai/aitabs/aitabsmainview~AITabsMainViewOptions#visibleByDefaultWhether the AI interface should be visible when created.
Value
AITabsViewOptions & object