Sign up (with export icon)

AITabsMainViewOptions

Api-typedef icontypedef

The options for the AITabsView class constructor.

Properties

  • Chevron-right icon

    type : AI_TABS_VIEW_TYPES[ number ] | undefined

    The 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.
  • Chevron-right icon

    visibleByDefault : boolean | undefined

    Whether the AI interface should be visible when created.

Value

AITabsViewOptions & object