Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
WorkspaceFileEditOptions
Interface WorkspaceFileEditOptions
interface
WorkspaceFileEditOptions
{
copy
?:
boolean
;
folder
?:
boolean
;
ignoreIfExists
?:
boolean
;
ignoreIfNotExists
?:
boolean
;
maxSize
?:
number
;
overwrite
?:
boolean
;
recursive
?:
boolean
;
skipTrashBin
?:
boolean
;
}
Index
Properties
copy?
folder?
ignore
If
Exists?
ignore
If
Not
Exists?
max
Size?
overwrite?
recursive?
skip
Trash
Bin?
Properties
Optional
copy
copy
?:
boolean
Optional
folder
folder
?:
boolean
Optional
ignore
If
Exists
ignore
If
Exists
?:
boolean
Optional
ignore
If
Not
Exists
ignore
If
Not
Exists
?:
boolean
Optional
max
Size
max
Size
?:
number
Optional
overwrite
overwrite
?:
boolean
Optional
recursive
recursive
?:
boolean
Optional
skip
Trash
Bin
skip
Trash
Bin
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
copy
folder
ignore
If
Exists
ignore
If
Not
Exists
max
Size
overwrite
recursive
skip
Trash
Bin
Monaco Editor API
Loading...