MCPcopy
hub / github.com/dexie/Dexie.js / where

Method where

src/public/types/table.d.ts:32–32  ·  view source on GitHub ↗
(index: string | string[])

Source from the content-addressed store, hash-verified

30 thenShortcut: ThenShortcut<T | undefined, R>
31 ): PromiseExtended<R>;
32 where(index: string | string[]): WhereClause<T, TKey, TInsertType>;
33 where(equalityCriterias: {
34 [key: string]: any;
35 }): Collection<T, TKey, TInsertType>;

Callers 15

TodoListViewFunction · 0.65
SharingFormFunction · 0.65
handleUnshareFunction · 0.65
makeSharableMethod · 0.65
makePrivateMethod · 0.65
leaveListMethod · 0.65
deleteListMethod · 0.65
changeOwnerMethod · 0.65
ItemListComponentClass · 0.65
deleteListMethod · 0.65
FullTextSearch.jsFile · 0.65
tests-misc.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected