torque-pro-assistant - v1.0.0
Preparing search index...
src/utils/toast
ToastEntry
Interface ToastEntry
Realized toast as the queue stores + the host renders.
interface
ToastEntry
{
action
?:
ToastAction
;
duration
:
number
;
id
:
number
;
kind
:
ToastKind
;
subtitle
?:
string
;
title
:
string
;
}
Index
Properties
action?
duration
id
kind
subtitle?
title
Properties
Optional
Readonly
action
action
?:
ToastAction
Readonly
duration
duration
:
number
Readonly
id
id
:
number
Readonly
kind
kind
:
ToastKind
Optional
Readonly
subtitle
subtitle
?:
string
Readonly
title
title
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
duration
id
kind
subtitle
title
torque-pro-assistant - v1.0.0
Loading...
Realized toast as the queue stores + the host renders.