nuxt-app
Preparing search index...
toast
Toast
Interface Toast
実際にstateで管理されるトーストの型
interface
Toast
{
details
?:
string
|
Error
|
DeleteResult
;
duration
:
number
;
id
:
string
;
message
:
string
;
type
:
ToastType
;
}
Index
Properties
details?
duration
id
message
type
Properties
Optional
details
details
?:
string
|
Error
|
DeleteResult
duration
duration
:
number
id
id
:
string
message
message
:
string
type
type
:
ToastType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
duration
id
message
type
nuxt-app
Loading...
実際にstateで管理されるトーストの型