Trilium Frontend API
Preparing search index...
<internal>
ToastOptions
Interface ToastOptions
interface
ToastOptions
{
buttons
?:
{
onClick
:
(
api
:
{
dismissToast
:
()
=>
void
}
)
=>
void
;
text
:
string
;
}
[]
;
icon
:
string
;
id
?:
string
;
message
:
string
;
progress
?:
number
;
timeout
?:
number
;
title
?:
string
;
}
Index
Properties
buttons?
icon
id?
message
progress?
timeout?
title?
Properties
Optional
buttons
buttons
?:
{
onClick
:
(
api
:
{
dismissToast
:
()
=>
void
}
)
=>
void
;
text
:
string
}
[]
icon
icon
:
string
Optional
id
id
?:
string
message
message
:
string
Optional
progress
progress
?:
number
Optional
timeout
timeout
?:
number
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buttons
icon
id
message
progress
timeout
title
Trilium Frontend API
Loading...