actions
actions: {
disableFocusTrap: (callbackElementId?: string) => void;
enableFocusTrap: (uiFocus: FocusItemProps) => void;
hideTab: (tab: string) => void;
setActiveAppBarTab: (
tabId: string,
isOpen: boolean,
isFocusTrapped: boolean,
) => void;
setActiveFooterBarTab: (id: string | undefined) => void;
setActiveTrapGeoView: (active: boolean) => void;
setFooterBarIsCollapsed: (collapsed: boolean) => void;
setFooterPanelResizeValue: (value: number) => void;
setSelectedFooterLayerListItemId: (layerListItemId: string) => void;
showTab: (tab: string) => void;
}
activeFooterBarTabId: string | undefined
activeTrapGeoView
activeTrapGeoView: boolean
appBarComponents
appBarComponents: TypeValidAppBarCoreProps[]
corePackagesComponents
corePackagesComponents: "swiper"[]
focusItem
focusItem: FocusItemProps
footerBarComponents: TypeValidFooterBarTabsCoreProps[]
footerBarIsCollapsed: boolean
footerPanelResizeValue: number
hiddenTabs
hiddenTabs: string[]
navBarComponents
navBarComponents: TypeValidNavBarProps[]
selectedFooterLayerListItemId: string
setterActions
setterActions: {
disableFocusTrap: (callbackElementId?: string) => void;
enableFocusTrap: (uiFocus: FocusItemProps) => void;
setActiveAppBarTab: (
tabId: string,
isOpen: boolean,
isFocusTrapped: boolean,
) => void;
setActiveFooterBarTab: (id: string | undefined) => void;
setActiveTrapGeoView: (active: boolean) => void;
setFooterBarIsCollapsed: (collapsed: boolean) => void;
setFooterPanelResizeValue: (value: number) => void;
setHiddenTabs: (hiddenTabs: string[]) => void;
setSelectedFooterLayerListItemId: (layerListItemId: string) => void;
}