geoview-core - v2.2.0
    Preparing search index...

    Type Alias ActiveAppBarTabType

    Describes the active app-bar tab state.

    type ActiveAppBarTabType = {
        isFocusTrapped?: boolean;
        isOpen: boolean;
        tabId: string;
    }
    Index

    Properties

    isFocusTrapped?: boolean

    Optional flag indicating whether focus is trapped inside the panel.

    isOpen: boolean

    Whether the app-bar panel is open.

    tabId: string

    The identifier of the active tab.