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

    Interface TabsChangeEvent

    Tab selection lifecycle payload.

    interface TabsChangeEvent {
        details: ChangeDetails<TabsChangeReason>;
        selectedId: string;
    }
    Index

    Properties

    Properties

    Typed cause and optional native event.

    selectedId: string

    Next selected item ID.