Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
scm
LiveDiff
Class LiveDiff
Implements
Disposable
Index
Constructors
constructor
Properties
changes
Observable
diff
Computer
modified
Document
original
Document
recompute
Count
state
Observable
to
Dispose
Accessors
changes
state
Methods
dispose
recompute
Constructors
constructor
new
Live
Diff
(
originalDocument
,
modifiedDocument
,
diffComputer
)
:
LiveDiff
Parameters
originalDocument
:
MonacoEditorModel
modifiedDocument
:
MonacoEditorModel
diffComputer
:
DiffComputer
Returns
LiveDiff
Properties
Protected
Readonly
changes
Observable
changes
Observable
:
Settable
<
readonly
DetailedLineRangeMapping
[]
,
void
>
= ...
Protected
Readonly
diff
Computer
diff
Computer
:
DiffComputer
Protected
Readonly
modified
Document
modified
Document
:
MonacoEditorModel
Protected
Readonly
original
Document
original
Document
:
MonacoEditorModel
Protected
recompute
Count
recompute
Count
:
number
= 0
Protected
Readonly
state
Observable
state
Observable
:
Settable
<
LiveDiffState
,
void
>
= ...
Protected
Readonly
to
Dispose
to
Dispose
:
DisposableCollection
= ...
Accessors
changes
get
changes
(
)
:
readonly
DetailedLineRangeMapping
[]
Returns
readonly
DetailedLineRangeMapping
[]
state
get
state
(
)
:
LiveDiffState
Returns
LiveDiffState
Methods
dispose
dispose
(
)
:
void
Returns
void
Protected
recompute
recompute
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
changes
Observable
diff
Computer
modified
Document
original
Document
recompute
Count
state
Observable
to
Dispose
changes
state
dispose
recompute
Theia TypeDoc
Loading...