Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataCollectionOptions

Hierarchy

Index

Properties

Optional filter

filter: EntityFilter

Optional limit

limit: undefined | number

Optional loadImmediately

loadImmediately: undefined | false | true

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

Optional offset

offset: undefined | number

Optional sort

sort: undefined | string

Optional stringIdName

stringIdName: undefined | string

Optional trackChanges

trackChanges: undefined | false | true

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

Optional view

view: undefined | string

Generated using TypeDoc