Preparing search index...
The search index is not available
imdone-api
imdone-api
project
Alert
Interface Alert
Represents an alert message with optional type and duration.
interface
Alert
{
duration
?:
number
;
message
:
string
;
type
?:
|
"is-white"
|
"is-black"
|
"is-light"
|
"is-dark"
|
"is-primary"
|
"is-info"
|
"is-success"
|
"is-warning"
|
"is-danger"
;
}
Index
Properties
duration?
message
type?
Properties
Optional
duration
duration
?:
number
message
message
:
string
Optional
type
type
?:
|
"is-white"
|
"is-black"
|
"is-light"
|
"is-dark"
|
"is-primary"
|
"is-info"
|
"is-success"
|
"is-warning"
|
"is-danger"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
message
type
imdone-api
Loading...
Represents an alert message with optional type and duration.