Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
KeyValueStorageProxy
Class KeyValueStorageProxy
Singleton. Is used to proxy storage requests to main side.
Hierarchy
KeyValueStorageProxy
Implements
StorageExt
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
:
RPCProtocol
)
:
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
:
KeysToKeysToAnyValue
)
:
void
Parameters
workspaceData:
KeysToKeysToAnyValue
Returns
void
get
Per
Plugin
Data
get
Per
Plugin
Data
(
key
:
string
, isGlobal
:
boolean
)
:
KeysToAnyValues
Parameters
key:
string
isGlobal:
boolean
Returns
KeysToAnyValues
init
init
(
initGlobalData
:
KeysToKeysToAnyValue
, initWorkspaceData
:
KeysToKeysToAnyValue
)
:
void
Parameters
initGlobalData:
KeysToKeysToAnyValue
initWorkspaceData:
KeysToKeysToAnyValue
Returns
void
set
Per
Plugin
Data
set
Per
Plugin
Data
(
key
:
string
, value
:
KeysToAnyValues
, isGlobal
:
boolean
)
:
Promise
<
boolean
>
Parameters
key:
string
value:
KeysToAnyValues
isGlobal:
boolean
Returns
Promise
<
boolean
>
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Key
Value
Storage
Proxy
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
Singleton. Is used to proxy storage requests to main side.