@rocket.chat/fuselage-toastbar
Preparing search index...
ToastBarContextValue
Type Alias ToastBarContextValue
type
ToastBarContextValue
=
{
dismiss
:
(
id
:
ToastBarPayload
[
"id"
]
)
=>
void
;
dispatch
:
(
payload
:
Omit
<
ToastBarPayload
,
"id"
|
"time"
>
&
{
time
?:
number
}
,
)
=>
void
;
}
Index
Properties
dismiss
dispatch
Properties
dismiss
dismiss
:
(
id
:
ToastBarPayload
[
"id"
]
)
=>
void
dispatch
dispatch
:
(
payload
:
Omit
<
ToastBarPayload
,
"id"
|
"time"
>
&
{
time
?:
number
}
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dismiss
dispatch
@rocket.chat/fuselage-toastbar
Loading...