NotificationStore
Extends
Constructors
Constructor
new NotificationStore(): NotificationStore;
Returns
NotificationStore
Overrides
Properties
| Property | Type | Inherited from |
|---|---|---|
logger | Logger | AbstractStore.logger |
Accessors
initialized
Inherited from
name
Get Signature
get name(): string;
Returns
string
Inherited from
notifications
Methods
getControls()
getControls(): AbstractSetting<AbstractSettingOptions>[];
Returns
AbstractSetting<AbstractSettingOptions>[]
Inherited from
hasNotification()
hasNotification(notification): NotificationDirective;
Parameters
| Parameter | Type |
|---|---|
notification | Notification |
Returns
init()
init(): Promise<void>;
Returns
Promise<void>
Inherited from
normalizeNotification()
normalizeNotification(notification): Notification;
Parameters
| Parameter | Type |
|---|---|
notification | Notification |
Returns
setLogger()
setLogger(logger): void;
Parameters
| Parameter | Type |
|---|---|
logger | Logger |
Returns
void
Inherited from
showNotification()
showNotification(payload): NotificationDirective;
Parameters
| Parameter | Type |
|---|---|
payload | Notification |
Returns
showNotificationWithDuplicateCheck()
showNotificationWithDuplicateCheck(notification): NotificationDirective;
Parameters
| Parameter | Type |
|---|---|
notification | Notification |
Returns
waitForReady()
waitForReady(): Promise<void>;
Returns
Promise<void>