Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dexie/Dexie.js
/ DexieCloudEntity
Interface
DexieCloudEntity
libs/dexie-react-hooks/src/usePermissions.ts:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
string;
30
31
interface
DexieCloudEntity {
32
table(): string;
33
realmId: string;
34
owner: string;
35
}
36
37
export
interface
PermissionChecker<T, TableName extends string> {
38
add(...tableNames: TableName[]): boolean;
Callers
1
usePermissions
Function · 0.65
Implementers
2
Dexie
src/classes/dexie/dexie.ts
Transaction
src/classes/transaction/transaction.ts
Calls
no outgoing calls
Tested by
no test coverage detected