Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
WorkspaceEditMetadata
Interface WorkspaceEditMetadata
interface
WorkspaceEditMetadata
{
description
?:
string
;
iconPath
?:
{
id
:
string
;
}
|
{
dark
:
UriComponents
;
light
:
UriComponents
;
}
;
label
:
string
;
needsConfirmation
:
boolean
;
}
Index
Properties
description?
icon
Path?
label
needs
Confirmation
Properties
Optional
description
description
?:
string
Optional
icon
Path
icon
Path
?:
{
id
:
string
;
}
|
{
dark
:
UriComponents
;
light
:
UriComponents
;
}
Type declaration
id
:
string
Type declaration
dark
:
UriComponents
light
:
UriComponents
label
label
:
string
needs
Confirmation
needs
Confirmation
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
description
icon
Path
label
needs
Confirmation
Theia TypeDoc
Loading...