Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataInstanceProps<E>

Type parameters

  • E

Hierarchy

Index

Properties

children

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

Type declaration

entityName

entityName: string

Optional loadImmediately

loadImmediately: boolean

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

Optional stringIdName

stringIdName: string

Optional view

view: string

Generated using TypeDoc