Hierarchy

  • Notification

Properties

content: string

Content of the notification (i.e. for exception notification this will contain resolved message for exception or 'Error occurred' text).

messageList: string[]

List of messages (i.e. for validation failure notification this will contain all validation failure messages).

Severity indicating importance of notification.

timestamp: Date

Timestamp of notification.

title: string

Title of the notification.

uxNotificationOptions?: Record<string, unknown>

Custom override data sent from the server. Each component library will have its own data here. For example current supported options in mui implementation are position and autoClose.

Generated using TypeDoc