INotificationItem
@spartanfx/react / INotificationItem
Interface: INotificationItem
Individual notification item
Properties
| Property | Type | Description |
|---|---|---|
createdAt | string | Creation timestamp (ISO string) |
id | string | Unique identifier (GUID or list item ID string) |
isRead | boolean | Read/unread state |
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 |