@rocket.chat/fuselage-toastbar
Preparing search index...
ToastBarPayload
Type Alias ToastBarPayload
type
ToastBarPayload
=
{
id
:
string
;
isPersistent
?:
boolean
;
message
:
ReactNode
|
string
|
Error
;
position
?:
"top-start"
|
"top-end"
|
"bottom-start"
|
"bottom-end"
;
time
:
number
;
title
?:
string
;
type
?:
"success"
|
"info"
|
"error"
;
}
Index
Properties
id
is
Persistent?
message
position?
time
title?
type?
Properties
id
id
:
string
Optional
is
Persistent
isPersistent
?:
boolean
message
message
:
ReactNode
|
string
|
Error
Optional
position
position
?:
"top-start"
|
"top-end"
|
"bottom-start"
|
"bottom-end"
time
time
:
number
Optional
title
title
?:
string
Optional
type
type
?:
"success"
|
"info"
|
"error"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
is
Persistent
message
position
time
title
type
@rocket.chat/fuselage-toastbar
Loading...