Wactorz JS
Preparing search index...
ui/ToastManager
ToastOptions
Interface ToastOptions
interface
ToastOptions
{
actions
?:
{
label
:
string
;
onClick
:
()
=>
void
;
primary
?:
boolean
}
[]
;
durationMs
?:
number
;
message
:
string
;
title
:
string
;
type
?:
ToastType
;
}
Index
Properties
actions?
duration
Ms?
message
title
type?
Properties
Optional
actions
actions
?:
{
label
:
string
;
onClick
:
()
=>
void
;
primary
?:
boolean
}
[]
Optional
duration
Ms
durationMs
?:
number
message
message
:
string
title
title
:
string
Optional
type
type
?:
ToastType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
duration
Ms
message
title
type
Wactorz JS
Loading...