Dexie Logo
Documentation

DBCoreDeleteRangeRequest

export interface DBCoreDeleteRangeRequest {
  type: 'deleteRange';
  trans: DBCoreTransaction;
  range: DBCoreKeyRange;
}
Input argument to DBCoreTable.mutate(). See DBCoreMutateRequest.

See Also

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.