Request for creating a new notification.
An example for creating a notification
{ type: 'notification:create', selector: { type: 'notification:analytics:selector', value: 'some.analytics.id' }, contents: { tag: 'span', children: 'hello world' } }
The content to be rendered in the notification.
The selector to use.
Must be NotificationNew.
Generated using TypeDoc
Request for creating a new notification.
An example for creating a notification
{ type: 'notification:create', selector: { type: 'notification:analytics:selector', value: 'some.analytics.id' }, contents: { tag: 'span', children: 'hello world' } }