Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataCollectionOptions

Hierarchy

  • DataCollectionOptions

Index

Properties

Optional filter

filter: EntityFilter

Optional limit

limit: number

Optional loadImmediately

loadImmediately: boolean

Whether to call the DataCollectionStore.load method immediately after the DataCollectionStore is constructed.

Optional offset

offset: number

Optional sort

sort: string

Optional stringIdName

stringIdName: string

Optional trackChanges

trackChanges: boolean

Whether to track the changed items. When true, the changes will be available via DataContainer.changedItems field.

Optional view

view: string

Generated using TypeDoc