Skip to main content
Version: 1.0.4

ISharePointStoreOptions

@spartanfx/react v1.0.4


@spartanfx/react / ISharePointStoreOptions

Interface: ISharePointStoreOptions

SharePoint store options

Properties

PropertyTypeDescription
ensureListAndFields?booleanEnsure list and fields exist - provision if needed (default: false)
listTitlestringSharePoint list title/name
maxItems?numberMaximum items to load (default: 100)
schemaINotificationCenterSchemaMandatory schema mapping for SharePoint list columns to INotificationItem properties
spanyPnP JS SPFI instance (use getSP() to create)