Interface: RoomDiagnosticsLocks
@roomful/core / RoomDiagnosticsLocks
Interface: RoomDiagnosticsLocks
Section titled “Interface: RoomDiagnosticsLocks”Defined in: packages/core/src/types.ts:357
Captures advisory-lock diagnostics for a room.
Properties
Section titled “Properties”heldCount
Section titled “heldCount”heldCount:
number
Defined in: packages/core/src/types.ts:361
The number of keys currently held by some peer.
heldKeys
Section titled “heldKeys”heldKeys:
string[]
Defined in: packages/core/src/types.ts:366
The keys currently held, sorted. Empty when the lock engine is unused or nothing is held.