Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SharePointListDataProviderConfig

Hierarchy

  • SharePointListDataProviderConfig

Implements

Properties

absoluteWebUrl

Optional additionalPropertyMappings

additionalPropertyMappings: ConfiguredPropertyMappings[]

Optional conditionsProvider

conditionsProvider: IConditionsProviderConfig

configTypeKey

configTypeKey: string = SharePointListDataProviderConfig.key

connectableKey

connectableKey: string

Optional customQuery

customQuery: ICustomListQuery

Specifies advanced config options to build a custom query. When this is set, other filter and sorting options on the config will be ignored. Please note that you will most probably also need to configure your own propertyMappings, as data might be returned in a different format compared to the normal approach.

Optional filterExpression

Optional inMemoryFilterExpression

inMemoryFilterExpression: ConfiguredInMemoryFilterLazyExpression

propertyMappings

propertyMappings: ConfiguredPropertyMappings

rowLimit

rowLimit: number

searchText

serverRelativeListUrl

serverRelativeListUrl: ConfiguredLazyExpressionString

Optional sorting

sorting: Sort[] | IConnectable

Static key

key: string = "dataProvider_sharePoint_list"