3p-core v2.1.4
3p-core / IListViewServiceConfig
Interface: IListViewServiceConfig
Configuration options for initializing a ListViewService instance.
Properties
Property | Type | Description |
---|
camlQuery? | string | Optional CAML query string to control list view filtering and structure. |
inPlaceFilterItems? | (item ) => boolean | Optional filter function applied to list items client-side after retrieval. |
inPlaceSearchText? | string | Optional search string for server-side search via InplaceSearchQuery . |
listName | string | The title (display name) of the SharePoint list to query. |
rowLimit? | number | The maximum number of rows to fetch per request. Defaults to 100. |
sp | SPFI | PnPjs SPFI instance used to communicate with SharePoint. |