Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
workspace
WorkspaceStorageService
Class WorkspaceStorageService
Hierarchy
WorkspaceStorageService
Implements
StorageService
Index
Constructors
constructor
Properties
initialized
prefix
storage
Service
workspace
Service
Methods
get
Data
get
Prefix
init
prefix
WorkspaceURI
set
Data
update
Prefix
Constructors
constructor
new
Workspace
Storage
Service
(
)
:
WorkspaceStorageService
Returns
WorkspaceStorageService
Properties
Private
initialized
initialized
:
Promise
<
void
>
Private
prefix
prefix
:
string
Protected
storage
Service
storage
Service
:
StorageService
Protected
workspace
Service
workspace
Service
:
WorkspaceService
Methods
get
Data
get
Data<T>
(
key
:
string
, defaultValue
?:
T
)
:
Promise
<
undefined
|
T
>
Type parameters
T
Parameters
key:
string
Optional
defaultValue:
T
Returns
Promise
<
undefined
|
T
>
Protected
get
Prefix
get
Prefix
(
workspaceStat
:
undefined
|
FileStat
)
:
string
Parameters
workspaceStat:
undefined
|
FileStat
Returns
string
Protected
init
init
(
)
:
void
Returns
void
Protected
prefix
WorkspaceURI
prefix
WorkspaceURI
(
originalKey
:
string
)
:
string
Parameters
originalKey:
string
Returns
string
set
Data
set
Data<T>
(
key
:
string
, data
:
T
)
:
Promise
<
void
>
Type parameters
T
Parameters
key:
string
data:
T
Returns
Promise
<
void
>
Private
update
Prefix
update
Prefix
(
)
:
void
Returns
void
Exports
workspace
Add
Key
Message
Workspace
Commands
Workspace
Data
Workspace
Frontend
Contribution
Workspace
Schema
Workspace
Storage
Service
constructor
initialized
prefix
storage
Service
workspace
Service
get
Data
get
Prefix
init
prefix
WorkspaceURI
set
Data
update
Prefix