Skip to main content
Version: 1.1.0

ISharePointStoreOptions

@spartanfx/react v1.1.0


@spartanfx/react / spfx / 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)