geoview-core
    Preparing search index...

    Function useUIStoreActions

    • Returns {
          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;
      }