Skip to main content
Version: v1

ReconciliationChange Interface

A change in the ReconciliationPath.

Signature

export interface ReconciliationChange

Properties

Property Type Description
after TransactionView The resulting view from applying the resolved change.
resolvedChange ChangeInternal The resolved change that was applied during the edit. Resolved changes are guaranteed to be expressed with valid tree locations instead of anchors that need resolution.

Property Details

after

The resulting view from applying the resolved change.

Signature

readonly after: TransactionView;

Type: TransactionView

resolvedChange

The resolved change that was applied during the edit. Resolved changes are guaranteed to be expressed with valid tree locations instead of anchors that need resolution.

Signature

readonly resolvedChange: ChangeInternal;

Type: ChangeInternal