Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "typings/IDB"

Index

Type aliases

ObjectStoreInitializerFunction

ObjectStoreInitializerFunction: () => ObjectStoreInitializer | ObjectStoreInitializer[]

ObjectStoreIteratorCallbackfn

ObjectStoreIteratorCallbackfn: (objectStore: IDBObject, index?: undefined | number, ObjectStoresArray?: IDBObject[]) => Promise<any> | undefined

Type declaration

    • (objectStore: IDBObject, index?: undefined | number, ObjectStoresArray?: IDBObject[]): Promise<any> | undefined
    • Parameters

      • objectStore: IDBObject
      • Optional index: undefined | number
      • Optional ObjectStoresArray: IDBObject[]

      Returns Promise<any> | undefined

Generated using TypeDoc