Skip to content

Interface: RoomDiagnosticsLocks

@roomful/core


@roomful/core / RoomDiagnosticsLocks

Defined in: packages/core/src/types.ts:357

Captures advisory-lock diagnostics for a room.

heldCount: number

Defined in: packages/core/src/types.ts:361

The number of keys currently held by some peer.


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.