Class library. VanillaDiffView
source · [−]Constructors
sourceconstructor
constructor
sourcenew (id: any): VanillaDiffView
new (id: any): VanillaDiffView
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): VanillaDiffView
(deriveApplyImplementation: boolean): VanillaDiffView
EXPLICITLY Set whether to write the clean data to the dirty data on apply.
sourcesetDeriveSnapshotImplementation
setDeriveSnapshotImplementation
source(deriveSnapshotImplementation: boolean): VanillaDiffView
(deriveSnapshotImplementation: boolean): VanillaDiffView
EXPLICITLY Set whether to write the not "dirty" data to the original clean data on apply.