Skip to main content
Version: 2.1.4

IListViewServiceConfig

3p-core v2.1.4


3p-core / IListViewServiceConfig

Interface: IListViewServiceConfig

Configuration options for initializing a ListViewService instance.

Properties

PropertyTypeDescription
camlQuery?stringOptional CAML query string to control list view filtering and structure.
inPlaceFilterItems?(item) => booleanOptional filter function applied to list items client-side after retrieval.
inPlaceSearchText?stringOptional search string for server-side search via InplaceSearchQuery.
listNamestringThe title (display name) of the SharePoint list to query.
rowLimit?numberThe maximum number of rows to fetch per request. Defaults to 100.
spSPFIPnPjs SPFI instance used to communicate with SharePoint.