Type Aliases
DBCreateOptions
DBCreateOptions: { dbName?: string; storeName?: string; version?: number }
Type declaration
Optional dbName?: string
Optional storeName?: string
Optional version?: number
IdleManagerOptions
IdleManagerOptions: { captureScroll?: boolean; idleTimeout?: number; onIdle?: IdleCB; scrollDebounce?: number }
Type declaration
Optional captureScroll?: boolean
Optional idleTimeout?: number
Optional onIdle?: IdleCB
Optional scrollDebounce?: number
OnErrorFunc
OnErrorFunc: ((error?: string) => void | Promise<void>)
Type declaration
- (error?: string): void | Promise<void>
Parameters
Returns void | Promise<void>
capture scroll events
false