Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • E

Hierarchy

Index

Properties

Optional children

children: (store: Partial<DataCollectionStore<E>>) => ReactNode

Type declaration

entityName

entityName: string

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