Typescript Library Declarations (Web Worker)
Interface LockInfo
interface
LockInfo
{
clientId
?:
string
;
mode
?:
LockMode
;
name
?:
string
;
}
Index
Properties
client
Id?
mode?
name?
Properties
Optional
client
Id
client
Id
?:
string
Optional
mode
mode
?:
LockMode
Optional
name
name
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client
Id
mode
name
Typescript Library Declarations (Web Worker)