Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
StorageMain
Interface StorageMain
interface
StorageMain
{
$get
(
key
:
string
,
isGlobal
:
boolean
)
:
Promise
<
KeysToAnyValues
>
;
$getAll
(
isGlobal
:
boolean
)
:
Promise
<
KeysToKeysToAnyValue
>
;
$set
(
key
:
string
,
value
:
KeysToAnyValues
,
isGlobal
:
boolean
,
)
:
Promise
<
boolean
>
;
}
Implemented by
StorageMainImpl
Index
Methods
$get
$get
All
$set
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
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$get
$get
All
$set
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...