INotificationCenterSchema
@spartanfx/react v1.2.2
@spartanfx/react / index / INotificationCenterSchema
Interface: INotificationCenterSchema
SharePoint field mapping schema for notification items
Maps INotificationItem properties to SharePoint list column names
Properties
Required
| Property | Type | Description |
|---|
id | string | SharePoint column name for notification ID (default: 'Id') |
isRead | string | SharePoint column name for read status (default: 'IsRead') |
level | string | SharePoint column name for notification level (default: 'Level') |
message | string | SharePoint column name for notification message (default: 'Message') |
title | string | SharePoint column name for notification title (default: 'Title') |
Options
| Property | Type | Description |
|---|
createdAt? | string | SharePoint column name for creation date (optional, default: 'Created') |
linkUrl? | string | SharePoint column name for link URL (optional) |
source? | string | SharePoint column name for source (optional) |