Optional
inlineDiffEditor: booleanWhether to use an inline diff editor.
Optional
container: HTMLElementoptional container element for the DiffView.
@type{{sessionA: EditSession, sessionB: EditSession, chunks: DiffChunk[]}}
Optional
diffModel: { The model for the diff view.
The editor for the original view.
The editor for the edited view.
The edit session for the original view.
The edit session for the edited view.
Whether to show the original view or modified view.
The original content.
The modified content.
The configuration options for the DiffView.
Whether to fold unchanged regions in the diff view.
Whether to ignore whitespace changes when computing diffs.
The maximum time in milliseconds to spend computing diffs (0 means no limit).
Whether to synchronize selections between the original and edited views.
Generated using TypeDoc
Constructs a new base DiffView instance.