Notice class
Notification component. Use to present timely, high-value information.
Signature:
export class Notice
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, duration) | Constructs a new instance of the Notice class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
containerEl | HTMLElement | ||
messageEl | HTMLElement | ||
noticeEl | HTMLElement |
Methods
Method | Modifiers | Description |
---|---|---|
hide() | ||
setMessage(message) | Change the message of this notice. |