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

DBCoreDeleteRangeRequest

export interface DBCoreDeleteRangeRequest {
  type: 'deleteRange';
  trans: DBCoreTransaction;
  range: DBCoreKeyRange;
}

Input argument to DBCoreTable.mutate(). See DBCoreMutateRequest.

See Also

Table of Contents