Sign up (with export icon)

AITabsAddTabOptions

Api-typedef icon typedef

The options for the AITabsView#addTab() method.

Properties

  • Chevron-right icon

    buttonIcon : string | undefined

    The icon of the tab button. See icon to learn more.

  • Chevron-right icon

    buttonLabel : string

    The label of the tab button.

  • Chevron-right icon

    content : View | undefined

    The content of the tab. If not provided, the tab will be empty.

  • Chevron-right icon

    id : string

    The unique ID of the tab.

  • Chevron-right icon

    order : number | undefined

    The order of the tab. If not provided, the tab will be added to the end of the tabs list.