ISharePointPlannerConfig
@spartanfx/react / ISharePointPlannerConfig
Interface: ISharePointPlannerConfig
Configuration for the SharePoint Planner hook
Properties
| Property | Type | Description |
|---|---|---|
camlQuery? | string | Optional additional CAML query conditions (will be combined with date filter) |
debounceMs? | number | Debounce delay in milliseconds for refetch operations (default: 300) |
debug? | boolean | Enable debug logging (default: false) |
endDate? | Date | End date for filtering items (used to build CAML query) |
listName | string | SharePoint list name |
rowLimit? | number | Row limit per request (default: 5000) |
schema | IPlannerSchema | Schema mapping SharePoint fields to planner fields |
searchText? | string | Optional search text for client-side filtering |
sp | SPFI | PnPjs SPFI instance |
startDate? | Date | Start date for filtering items (used to build CAML query) |