Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
editor
IDiffEditorViewModel
Interface IDiffEditorViewModel
interface
IDiffEditorViewModel
{
model
:
IDiffEditorModel
;
dispose
(
)
:
void
;
waitForDiff
(
)
:
Promise
<
void
>
;
}
Hierarchy (
view full
)
IDisposable
IDiffEditorViewModel
Index
Properties
model
Methods
dispose
wait
For
Diff
Properties
Readonly
model
model
:
IDiffEditorModel
Methods
dispose
dispose
(
)
:
void
Returns
void
wait
For
Diff
wait
For
Diff
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
model
dispose
wait
For
Diff
Monaco Editor API
Loading...