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

    Interface TabsSnapshot

    Immutable Tabs snapshot.

    interface TabsSnapshot {
        activation: TabsActivation;
        controlled: boolean;
        focusedId: string | null;
        items: readonly TabItemSnapshot[];
        orientation: TabsOrientation;
        selectedId: string | null;
    }
    Index

    Properties

    activation: TabsActivation

    Configured activation behavior.

    controlled: boolean

    Consumer-owned state indicator.

    focusedId: string | null

    Roving-focus tab item ID.

    items: readonly TabItemSnapshot[]

    Ordered tab/panel metadata.

    orientation: TabsOrientation

    Configured orientation.

    selectedId: string | null

    Selected tab item ID.