Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
WorkspaceFileEdit
Interface WorkspaceFileEdit
interface
WorkspaceFileEdit
{
metadata
?:
WorkspaceEditMetadata
;
newResource
?:
UriComponents
;
oldResource
?:
UriComponents
;
options
?:
{
ignoreIfExists
?:
boolean
;
ignoreIfNotExists
?:
boolean
;
overwrite
?:
boolean
;
recursive
?:
boolean
;
}
;
}
Index
Properties
metadata?
new
Resource?
old
Resource?
options?
Properties
Optional
metadata
metadata
?:
WorkspaceEditMetadata
Optional
new
Resource
newResource
?:
UriComponents
Optional
old
Resource
oldResource
?:
UriComponents
Optional
options
options
?:
{
ignoreIfExists
?:
boolean
;
ignoreIfNotExists
?:
boolean
;
overwrite
?:
boolean
;
recursive
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
new
Resource
old
Resource
options
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...