Class library. FileDiffView
source · [−]Constructors
sourceconstructor
constructor
sourcenew (id: any, fromFilepath: string, toFilepath: string): FileDiffView
new (id: any, fromFilepath: string, toFilepath: string): FileDiffView
All elements have an id associated to encourage short unique ids for all elements.
Properties
sourcestate
state
sourcestate: ElementState = ElementState.Inactive
state: ElementState = ElementState.Inactive
Current state of the element.
Methods
sourcesetDeriveApplyImplementation
setDeriveApplyImplementation
source(deriveApplyImplementation: boolean): FileDiffView
(deriveApplyImplementation: boolean): FileDiffView
EXPLICITLY Set whether to write the clean data to the dirty data on apply.
sourcesetDeriveSnapshotImplementation
setDeriveSnapshotImplementation
source(deriveSnapshotImplementation: boolean): FileDiffView
(deriveSnapshotImplementation: boolean): FileDiffView
EXPLICITLY Set whether to write the not "dirty" data to the original clean data on apply.