geoview-core
    Preparing search index...

    Interface TypeTabsProps

    Tabs ui properties

    interface TypeTabsProps {
        activeTrap?: boolean;
        appHeight: number;
        boxProps?: BoxProps;
        containerType?: TypeContainerBox;
        hiddenTabs: string[];
        isCollapsed?: boolean;
        isFullScreen: boolean;
        onCloseKeyboard?: () => void;
        onOpenKeyboard?: (uiFocus: FocusItemProps) => void;
        onSelectedTabChanged?: (tab: TypeTabs) => void;
        onToggleCollapse?: () => void;
        rightButtons?: unknown;
        selectedTab?: number;
        shellContainer?: HTMLElement;
        sideAppSize: Size;
        TabContentVisibilty?: string;
        tabProps?: TabProps;
        tabs: TypeTabs[];
        tabsProps?: TabsProps;
    }
    Index

    Properties

    activeTrap?: boolean
    appHeight: number
    boxProps?: BoxProps
    containerType?: TypeContainerBox
    hiddenTabs: string[]
    isCollapsed?: boolean
    isFullScreen: boolean
    onCloseKeyboard?: () => void
    onOpenKeyboard?: (uiFocus: FocusItemProps) => void
    onSelectedTabChanged?: (tab: TypeTabs) => void
    onToggleCollapse?: () => void
    rightButtons?: unknown
    selectedTab?: number
    shellContainer?: HTMLElement
    sideAppSize: Size
    TabContentVisibilty?: string
    tabProps?: TabProps
    tabs: TypeTabs[]
    tabsProps?: TabsProps