x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
languages
ICustomEdit
Interface ICustomEdit
interface
ICustomEdit
{
metadata
?:
WorkspaceEditMetadata
;
resource
:
Uri
;
redo
()
:
void
|
Promise
<
void
>
;
undo
()
:
void
|
Promise
<
void
>
;
}
Index
Properties
metadata?
resource
Methods
redo
undo
Properties
Optional
Readonly
metadata
metadata
?:
WorkspaceEditMetadata
Readonly
resource
resource
:
Uri
Methods
redo
redo
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
undo
undo
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
metadata
resource
Methods
redo
undo
GitHub
x4js - v2.2.49
Loading...