LWT JavaScript API
Preparing search index...
modules/feed/stores/feed_manager_store
Notification
Interface Notification
Notification message.
interface
Notification
{
id
:
string
;
message
:
string
;
timeout
?:
number
;
type
:
"error"
|
"warning"
|
"info"
|
"success"
;
}
Index
Properties
id
message
timeout?
type
Properties
id
id
:
string
message
message
:
string
Optional
timeout
timeout
?:
number
type
type
:
"error"
|
"warning"
|
"info"
|
"success"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
message
timeout
type
LWT JavaScript API
Loading...
Notification message.