UI Headless Runtime API - v1.0.0
    Preparing search index...

    Interface TabItem

    Dynamic tab and panel registration.

    interface TabItem {
        disabled?: boolean;
        id: string;
        panelId?: string;
        tabId?: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    disabled?: boolean

    Whether keyboard navigation and selection skip the item.

    id: string

    Stable consumer-provided identifier.

    panelId?: string

    Optional deterministic panel element ID.

    tabId?: string

    Optional deterministic tab element ID.

    text: string

    Text used for typeahead and search.