geoview-core
Preparing search index...
useUIStoreActions
Function useUIStoreActions
useUIStoreActions
()
:
{
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
;
}
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
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...