Skip to main content

ISharePointPlannerConfig

@spartanfx/react v1.2.2


@spartanfx/react / spfx / ISharePointPlannerConfig

Interface: ISharePointPlannerConfig

Configuration for the SharePoint Planner hook

Properties

Required

PropertyTypeDescription
listNamestringSharePoint list name
schemaIPlannerSchemaSchema mapping SharePoint fields to planner fields
spSPFIPnPjs SPFI instance

Options

PropertyTypeDescription
camlQuery?stringOptional additional CAML query conditions (will be combined with date filter)
debounceMs?numberDebounce delay in milliseconds for refetch operations (default: 300)
debug?booleanEnable debug logging (default: false)
endDate?DateEnd date for filtering items (used to build CAML query)
rowLimit?numberRow limit per request (default: 5000)
searchText?stringOptional search text for client-side filtering
startDate?DateStart date for filtering items (used to build CAML query)