projects/m2-core/src/lib/model/system/notification/Notification.ts
Properties |
|
constructor(type: NotificationType, message: string | TemplateRef
|
||||||||||||||||||
|
Parameters :
|
| Public Optional data |
Type : D
|
| Public lifetimeInMs |
Type : number
|
| Public message |
Type : string | TemplateRef<any>
|
| Public Optional onCloseClickFn |
Type : function
|
| Public type |
Type : NotificationType
|