Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
GlobalState
Class GlobalState
Hierarchy
Memento
GlobalState
Index
Constructors
constructor
Methods
get
set
Keys
For
Sync
update
Constructors
constructor
new
Global
State
(
pluginId
:
string
, isPluginGlobalData
:
boolean
, storage
:
KeyValueStorageProxy
)
:
GlobalState
Parameters
pluginId:
string
isPluginGlobalData:
boolean
storage:
KeyValueStorageProxy
Returns
GlobalState
Methods
get
get<T>
(
key
:
string
)
:
undefined
|
T
get<T>
(
key
:
string
, defaultValue
:
T
)
:
T
Type parameters
T
Parameters
key:
string
Returns
undefined
|
T
Type parameters
T
Parameters
key:
string
defaultValue:
T
Returns
T
set
Keys
For
Sync
set
Keys
For
Sync
(
keys
:
readonly
string
[]
)
:
void
todo:
API is not yet implemented.
Parameters
keys:
readonly
string
[]
Returns
void
update
update
(
key
:
string
, value
:
any
)
:
Promise
<
void
>
Parameters
key:
string
value:
any
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
Global
State
constructor
get
set
Keys
For
Sync
update
API is not yet implemented.