Typescript Library Declarations (Web Worker)
Interface LockManagerSnapshot
interface
LockManagerSnapshot
{
held
?:
LockInfo
[]
;
pending
?:
LockInfo
[]
;
}
Index
Properties
held?
pending?
Properties
Optional
held
held
?:
LockInfo
[]
Optional
pending
pending
?:
LockInfo
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
held
pending
Typescript Library Declarations (Web Worker)