Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
StorageMain
Interface StorageMain
interface
StorageMain
{
$get
(
key
,
isGlobal
)
:
Promise
<
KeysToAnyValues
>
;
$getAll
(
isGlobal
)
:
Promise
<
KeysToKeysToAnyValue
>
;
$set
(
key
,
value
,
isGlobal
)
:
Promise
<
boolean
>
;
}
Implemented by
StorageMainImpl
Index
Methods
$get
$get
All
$set
Methods
$get
$get
(
key
,
isGlobal
)
:
Promise
<
KeysToAnyValues
>
Parameters
key
:
string
isGlobal
:
boolean
Returns
Promise
<
KeysToAnyValues
>
$get
All
$get
All
(
isGlobal
)
:
Promise
<
KeysToKeysToAnyValue
>
Parameters
isGlobal
:
boolean
Returns
Promise
<
KeysToKeysToAnyValue
>
$set
$set
(
key
,
value
,
isGlobal
)
:
Promise
<
boolean
>
Parameters
key
:
string
value
:
KeysToAnyValues
isGlobal
:
boolean
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
$get
$get
All
$set
Theia TypeDoc
Loading...