geoview-core
Preparing search index...
useAppStoreActions
Function useAppStoreActions
useAppStoreActions
()
:
{
addMessage
:
(
type
:
SnackbarType
,
messageKey
:
string
,
param
?:
string
[]
,
)
=>
void
;
addNotification
:
(
notif
:
NotificationDetailsType
)
=>
void
;
removeAllNotifications
:
()
=>
void
;
removeNotification
:
(
key
:
string
)
=>
void
;
setCrosshairActive
:
(
active
:
boolean
)
=>
void
;
setDisplayLanguage
:
(
lang
:
TypeDisplayLanguage
)
=>
Promise
<
void
>
;
setDisplayTheme
:
(
theme
:
TypeDisplayTheme
)
=>
void
;
setFullScreenActive
:
(
active
:
boolean
,
element
?:
TypeHTMLElement
)
=>
void
;
}
Returns
{
addMessage
:
(
type
:
SnackbarType
,
messageKey
:
string
,
param
?:
string
[]
,
)
=>
void
;
addNotification
:
(
notif
:
NotificationDetailsType
)
=>
void
;
removeAllNotifications
:
()
=>
void
;
removeNotification
:
(
key
:
string
)
=>
void
;
setCrosshairActive
:
(
active
:
boolean
)
=>
void
;
setDisplayLanguage
:
(
lang
:
TypeDisplayLanguage
)
=>
Promise
<
void
>
;
setDisplayTheme
:
(
theme
:
TypeDisplayTheme
)
=>
void
;
setFullScreenActive
:
(
active
:
boolean
,
element
?:
TypeHTMLElement
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...