Zamok Kiosk API
Preparing search index...
module-core-messages/lib/reducers
reducers
Variable reducers
Const
reducers
:
{
toasts
:
(
state
?:
ZamokNotification
[]
,
action
:
|
{
payload
:
{
key
:
NotificationKey
;
message
:
ReactNode
;
options
?:
OptionsObject
;
}
;
type
:
"ENQUEUE_SNACKBAR"
;
}
|
PayloadAction
<
"REMOVE_SNACKBAR"
,
NotificationKey
>
,
)
=>
ZamokNotification
[]
;
}
= ...
Type Declaration
toasts
:
(
state
?:
ZamokNotification
[]
,
action
:
|
{
payload
:
{
key
:
NotificationKey
;
message
:
ReactNode
;
options
?:
OptionsObject
;
}
;
type
:
"ENQUEUE_SNACKBAR"
;
}
|
PayloadAction
<
"REMOVE_SNACKBAR"
,
NotificationKey
>
,
)
=>
ZamokNotification
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Zamok Kiosk API
Loading...