Library
core
interfaces
Core Src Diff Lawdiff.diffchangerow

Lawtext core references / core/src/diff/lawDiff / DiffChangeRow

Interface: DiffChangeRow<T>

core/src/diff/lawDiff.DiffChangeRow

Type parameters

Name
T

Table of contents

Properties

Properties

newItem

newItem: null | DiffTableItem<T>

Defined in

core/src/diff/lawDiff.ts:96 (opens in a new tab)


oldItem

oldItem: null | DiffTableItem<T>

Defined in

core/src/diff/lawDiff.ts:95 (opens in a new tab)


status

status: Change

Defined in

core/src/diff/lawDiff.ts:94 (opens in a new tab)