Workstation API - v0.6.2
Handbook
GitHub
Releases
Preparing search index...
PackageCapabilities
Interface PackageCapabilities
Supported Workstation behavior, not guarantees about remote repository availability.
interface
PackageCapabilities
{
bootstrap
:
boolean
;
commands
:
readonly
string
[]
;
pins
:
"exact"
|
"available-version"
|
"commit"
|
"none"
;
recovery
:
string
;
}
Index
Properties
bootstrap
commands
pins
recovery
Properties
Readonly
bootstrap
bootstrap
:
boolean
Readonly
commands
commands
:
readonly
string
[]
Readonly
pins
pins
:
"exact"
|
"available-version"
|
"commit"
|
"none"
Readonly
recovery
recovery
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bootstrap
commands
pins
recovery
Handbook
GitHub
Releases
Workstation API - v0.6.2
Loading...
Supported Workstation behavior, not guarantees about remote repository availability.