brows3r — TypeScript API
Preparing search index...
store/locks
ResourceLock
Interface ResourceLock
A single active resource lock. Mirrors the
lock:acquired
event payload.
interface
ResourceLock
{
lockId
:
string
;
opName
:
string
;
resource
:
string
;
}
Index
Properties
lock
Id
op
Name
resource
Properties
lock
Id
lockId
:
string
op
Name
opName
:
string
resource
resource
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lock
Id
op
Name
resource
brows3r — TypeScript API
Loading...
A single active resource lock. Mirrors the
lock:acquiredevent payload.