Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
PluginsKeyValueStorage
Class PluginsKeyValueStorage
Hierarchy
PluginsKeyValueStorage
Index
Constructors
constructor
Properties
deferred
Global
Data
Path
env
Server
plugin
Paths
Service
Methods
get
get
All
get
Data
Path
init
read
From
File
set
write
ToFile
Constructors
constructor
new
Plugins
Key
Value
Storage
(
)
:
PluginsKeyValueStorage
Returns
PluginsKeyValueStorage
Properties
Private
Readonly
deferred
Global
Data
Path
deferred
Global
Data
Path
:
Deferred
<
undefined
|
string
>
= ...
Protected
Readonly
env
Server
env
Server
:
EnvVariablesServer
Private
Readonly
plugin
Paths
Service
plugin
Paths
Service
:
PluginPathsService
Methods
get
get
(
key
:
string
, kind
:
PluginStorageKind
)
:
Promise
<
KeysToAnyValues
>
Parameters
key:
string
kind:
PluginStorageKind
Returns
Promise
<
KeysToAnyValues
>
get
All
get
All
(
kind
:
PluginStorageKind
)
:
Promise
<
KeysToKeysToAnyValue
>
Parameters
kind:
PluginStorageKind
Returns
Promise
<
KeysToKeysToAnyValue
>
Private
get
Data
Path
get
Data
Path
(
kind
:
PluginStorageKind
)
:
Promise
<
undefined
|
string
>
Parameters
kind:
PluginStorageKind
Returns
Promise
<
undefined
|
string
>
Protected
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Private
read
From
File
read
From
File
(
pathToFile
:
string
)
:
Promise
<
KeysToKeysToAnyValue
>
Parameters
pathToFile:
string
Returns
Promise
<
KeysToKeysToAnyValue
>
set
set
(
key
:
string
, value
:
KeysToAnyValues
, kind
:
PluginStorageKind
)
:
Promise
<
boolean
>
Parameters
key:
string
value:
KeysToAnyValues
kind:
PluginStorageKind
Returns
Promise
<
boolean
>
Private
write
ToFile
write
ToFile
(
pathToFile
:
string
, data
:
KeysToKeysToAnyValue
)
:
Promise
<
void
>
Parameters
pathToFile:
string
data:
KeysToKeysToAnyValue
Returns
Promise
<
void
>
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
Plugins
Key
Value
Storage
constructor
deferred
Global
Data
Path
env
Server
plugin
Paths
Service
get
get
All
get
Data
Path
init
read
From
File
set
write
ToFile