Skip to content

@jimka/typescript-ui / data / StoreEvent

Type Alias: StoreEvent

ts
type StoreEvent = 
  | "load"
  | "datachanged"
  | "add"
  | "remove"
  | "beforesync"
  | "sync"
  | "loadingchanged"
  | "pagechanged"
  | "pagechangeblocked"
  | "sortchanged";

Defined in: src/typescript/lib/data/AbstractStore.ts:28

Names of the events fired by an AbstractStore.