This is an archive of the old site. Visit the latest version at dexie.org.

DBCoreGetManyRequest

export interface DBCoreGetManyRequest {
  trans: DBCoreTransaction;
  keys: any[];
}

Used as input parameter to DBCoreTable.getMany()

Table of Contents