Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
KeyValueStorageProxy
Class KeyValueStorageProxy
Singleton. Is used to proxy storage requests to main side.
Implements
InternalStorageExt
Index
Constructors
constructor
Properties
global
Data
Cache
proxy
storage
Data
Changed
Emitter
storage
Data
Changed
Event
workspace
Data
Cache
Methods
$update
Plugins
Workspace
Data
get
Per
Plugin
Data
init
set
Per
Plugin
Data
Constructors
constructor
new
Key
Value
Storage
Proxy
(
rpc
)
:
KeyValueStorageProxy
Parameters
rpc
:
RPCProtocol
Returns
KeyValueStorageProxy
Properties
Private
global
Data
Cache
global
Data
Cache
:
KeysToKeysToAnyValue
Private
Readonly
proxy
proxy
:
StorageMain
Private
storage
Data
Changed
Emitter
storage
Data
Changed
Emitter
:
Emitter
<
KeysToKeysToAnyValue
>
= ...
Readonly
storage
Data
Changed
Event
storage
Data
Changed
Event
:
Event
<
KeysToKeysToAnyValue
>
= ...
Private
workspace
Data
Cache
workspace
Data
Cache
:
KeysToKeysToAnyValue
Methods
$update
Plugins
Workspace
Data
$update
Plugins
Workspace
Data
(
workspaceData
)
:
void
Parameters
workspaceData
:
KeysToKeysToAnyValue
Returns
void
get
Per
Plugin
Data
get
Per
Plugin
Data
(
key
,
isGlobal
)
:
KeysToAnyValues
Parameters
key
:
string
isGlobal
:
boolean
Returns
KeysToAnyValues
init
init
(
initGlobalData
,
initWorkspaceData
)
:
void
Parameters
initGlobalData
:
KeysToKeysToAnyValue
initWorkspaceData
:
KeysToKeysToAnyValue
Returns
void
set
Per
Plugin
Data
set
Per
Plugin
Data
(
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
constructor
global
Data
Cache
proxy
storage
Data
Changed
Emitter
storage
Data
Changed
Event
workspace
Data
Cache
$update
Plugins
Workspace
Data
get
Per
Plugin
Data
init
set
Per
Plugin
Data
Theia TypeDoc
Loading...
Singleton. Is used to proxy storage requests to main side.