$foldUnchangedOnInput: boolean
$ignoreTrimWhitespace
$ignoreTrimWhitespace: boolean
$maxComputationTimeMs
$maxComputationTimeMs: number
$maxDiffs
$maxDiffs: number
$syncingFold
$syncingFold: boolean
$syncSelections
$syncSelections: boolean
$updatingSelection
$updatingSelection: boolean
activeEditor
activeEditor: any
container
container: HTMLElement
currentDiffIndex
currentDiffIndex: number
cursorLayer
cursorLayer: any
diffProvider
diffProvider: { compute: (val1: any, val2: any, options: any) => any[] }
diffSession
diffSession: { chunks: DiffChunk[]; sessionA: EditSession; sessionB: EditSession;} gutterLayer
gutterLayer: any
inlineDiffEditor
inlineDiffEditor: boolean
markerLayer
markerLayer: any
onMouseDetach
onMouseDetach: () => void
otherEditor
otherEditor: any
otherEditorContainer
otherEditorContainer: any
otherSession
otherSession: EditSession
othertextInput
othertextInput: any
realignPending
realignPending: boolean
selectionRangeA
selectionRangeA: any
selectionRangeB
selectionRangeB: any
sessionA
sessionA: EditSession
sessionB
sessionB: EditSession
showSideA
showSideA: boolean
syncSelectionMarkerA
syncSelectionMarkerA: SyncSelectionMarker
syncSelectionMarkerB
syncSelectionMarkerB: SyncSelectionMarker
Constructs a new inline DiffView instance.