Hex Core JS
Preparing search index...
Core
ToastContextValue
Type Alias ToastContextValue
type
ToastContextValue
=
{
addToast
:
(
render
:
ToastInformation
[
"render"
]
,
timeoutMS
:
ToastInformation
[
"timeoutMS"
]
,
id
?:
ToastInformation
[
"id"
]
,
)
=>
ToastInformation
[
"id"
]
;
removeToast
:
(
id
:
ToastInformation
[
"id"
]
)
=>
void
;
}
Index
Properties
add
Toast
remove
Toast
Properties
add
Toast
addToast
:
(
render
:
ToastInformation
[
"render"
]
,
timeoutMS
:
ToastInformation
[
"timeoutMS"
]
,
id
?:
ToastInformation
[
"id"
]
,
)
=>
ToastInformation
[
"id"
]
remove
Toast
removeToast
:
(
id
:
ToastInformation
[
"id"
]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Toast
remove
Toast
Hex Core JS
Loading...