Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/plugin-storage
StorageMainImpl
Class StorageMainImpl
Implements
StorageMain
Index
Constructors
constructor
Methods
$get
$get
All
$set
to
Kind
Constructors
constructor
new
StorageMainImpl
(
container
:
Container
)
:
StorageMainImpl
Parameters
container
:
Container
Returns
StorageMainImpl
Methods
$get
$get
(
key
:
string
,
isGlobal
:
boolean
)
:
Promise
<
KeysToAnyValues
>
Parameters
key
:
string
isGlobal
:
boolean
Returns
Promise
<
KeysToAnyValues
>
$get
All
$getAll
(
isGlobal
:
boolean
)
:
Promise
<
KeysToKeysToAnyValue
>
Parameters
isGlobal
:
boolean
Returns
Promise
<
KeysToKeysToAnyValue
>
$set
$set
(
key
:
string
,
value
:
KeysToAnyValues
,
isGlobal
:
boolean
)
:
Promise
<
boolean
>
Parameters
key
:
string
value
:
KeysToAnyValues
isGlobal
:
boolean
Returns
Promise
<
boolean
>
Protected
to
Kind
toKind
(
isGlobal
:
boolean
)
:
PluginStorageKind
Parameters
isGlobal
:
boolean
Returns
PluginStorageKind
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
$get
$get
All
$set
to
Kind
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...