Zamok Kiosk API
Preparing search index...
module-core-messages/lib/actions
enqueueSnackbar
Variable enqueueSnackbar
Const
enqueueSnackbar
:
(
notification
:
CreateNotification
,
)
=>
{
payload
:
{
key
:
NotificationKey
;
message
:
ReactNode
;
options
?:
OptionsObject
;
}
;
type
:
"ENQUEUE_SNACKBAR"
;
}
= ...
Type Declaration
(
notification
:
CreateNotification
,
)
:
{
payload
:
{
key
:
NotificationKey
;
message
:
ReactNode
;
options
?:
OptionsObject
;
}
;
type
:
"ENQUEUE_SNACKBAR"
;
}
Parameters
notification
:
CreateNotification
Returns
{
payload
:
{
key
:
NotificationKey
;
message
:
ReactNode
;
options
?:
OptionsObject
;
}
;
type
:
"ENQUEUE_SNACKBAR"
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Zamok Kiosk API
Loading...