Notifications
Notification Factory
Constructor Summary
Public Constructor | ||
public |
constructor(core: Core) |
Method Summary
Public Methods | ||
public |
create(options: NotificationOptions): Notification Create a new notification |
|
public |
createElementStyles(): {property: string} Creates a new CSS style object |
|
public |
destroy() Destroy notification handler |
|
public |
init() Initialize notification handler |
|
public |
Sets the element styles |
Public Constructors
Public Methods
public create(options: NotificationOptions): Notification source
Create a new notification
Params:
Name | Type | Attribute | Description |
options | NotificationOptions | See notification class for options |