ISharePointStoreOptions
@spartanfx/react / ISharePointStoreOptions
Interface: ISharePointStoreOptions
SharePoint store options
Properties
| Property | Type | Description |
|---|---|---|
ensureListAndFields? | boolean | Ensure list and fields exist - provision if needed (default: false) |
listTitle | string | SharePoint list title/name |
maxItems? | number | Maximum items to load (default: 100) |
schema | INotificationCenterSchema | Mandatory schema mapping for SharePoint list columns to INotificationItem properties |
sp | any | PnP JS SPFI instance (use getSP() to create) |