INotificationPayload
@spartanfx/react / INotificationPayload
Interface: INotificationPayload
Payload for creating a new notification
Properties
| Property | Type | Description |
|---|---|---|
level? | NotificationLevel | Severity level |
linkUrl? | string | Optional click-through URL |
message? | string | Optional detailed message |
metadata? | Record<string, unknown> | Optional metadata |
source? | string | Optional source/feature name |
title | string | Notification title |