Callable
-
Parameters
Methods
addEventType
- addEventType(eventName: string, chainFunction?: undefined | ((f1: Function, f2: Function) => Function), defaultFunction?: Function): DexieEvent
- addEventType(events: {}): DexieEvent
-
Parameters
-
eventName: string
-
Optional chainFunction: undefined | ((f1: Function, f2: Function) => Function)
-
Optional defaultFunction: Function
-
Parameters
-
events: {}
-
[eventName: string]: "asap" | [(f1: Function, f2: Function) => Function, Function]