Notification
Notification Implementation
Constructor Summary
Public Constructor | ||
public |
constructor(core: Core, root: Element, options: NotificationOptions) Create notification |
Member Summary
Public Members | ||
public |
$element: Element Notification DOM node |
|
public |
$root: Element Root node reference |
|
public |
Core instance reference |
|
public |
The notification destruction state |
|
public |
Options |
Method Summary
Public Methods | ||
public |
destroy() Destroy notification |
|
public |
Render notification |
Public Constructors
public constructor(core: Core, root: Element, options: NotificationOptions) source
Create notification
Params:
Name | Type | Attribute | Description |
core | Core | Core reference |
|
root | Element | Root DOM element |
|
options | NotificationOptions | Options |