geoview-core
    Preparing search index...

    Type Alias ActiveAppBarTabType

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

    Properties

    isFocusTrapped?: boolean
    isOpen: boolean
    tabId: string