Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RestDataSourceUserConfig

Fetches data from a REST-endpoint using a GET call.

Hierarchy

  • RestDataSourceUserConfig

Implements

Properties

additionalPropertyMappings

additionalPropertyMappings: ConfiguredPropertyMappings[]

configTypeKey

configTypeKey: string = RestDataSourceUserConfig.key

Optional inMemoryFilterExpression

inMemoryFilterExpression: ConfiguredInMemoryFilterLazyExpression

Optional isRss

isRss: boolean

itemsExpression

Specifies a ConfiguredExpressionString that points to the iterable containing the result items to be returned by the data provider. Use the result variable to access the object returned by the REST-endpoint.

propertyMappingsKey

propertyMappingsKey: ConfiguredPropertyMappings

restUrl

restUrl: string

The URL of the rest endpoint

rowLimit

rowLimit: number

Optional useProxy

useProxy: boolean

If set to true, a proxy will be used to deal with CORS issues

Static key

key: string = "userDataSource_Rest"