Lawtext core references / core/src/diff/lawDiff / LawDiffElementChange
Interface: LawDiffElementChange<T>
Defined in: core/src/diff/lawDiff.ts:45 (opens in a new tab)
Type Parameters
• T
Properties
addedKeys
addedKeys: [
string
,ProblemStatus
][]
Defined in: core/src/diff/lawDiff.ts:52 (opens in a new tab)
changedKeys
changedKeys: [
string
,ProblemStatus
][]
Defined in: core/src/diff/lawDiff.ts:50 (opens in a new tab)
diffTable
diffTable:
DiffTable
<T
>
Defined in: core/src/diff/lawDiff.ts:48 (opens in a new tab)
mostSeriousStatus
mostSeriousStatus:
ProblemStatus
Defined in: core/src/diff/lawDiff.ts:47 (opens in a new tab)
newIndex
newIndex:
number
Defined in: core/src/diff/lawDiff.ts:54 (opens in a new tab)
nochangeKeys
nochangeKeys:
string
[]
Defined in: core/src/diff/lawDiff.ts:49 (opens in a new tab)
oldIndex
oldIndex:
number
Defined in: core/src/diff/lawDiff.ts:53 (opens in a new tab)
removedKeys
removedKeys: [
string
,ProblemStatus
][]
Defined in: core/src/diff/lawDiff.ts:51 (opens in a new tab)
type
type:
ElementChange
Defined in: core/src/diff/lawDiff.ts:46 (opens in a new tab)