Lawtext core references • Docs
Lawtext core references / core/src/diff/lawDiff / LawDiffResult
Interface: LawDiffResult<T>
Type Parameters
• T
Properties
items
items:
LawDiffResultItem
<T
>[]
Defined in
core/src/diff/lawDiff.ts:21 (opens in a new tab)
mostSeriousStatus
mostSeriousStatus:
ProblemStatus
Defined in
core/src/diff/lawDiff.ts:20 (opens in a new tab)
newELs
newELs: [
ComparableEL
,TagType
][]
Defined in
core/src/diff/lawDiff.ts:25 (opens in a new tab)
newRoot
newRoot:
ComparableEL
Defined in
core/src/diff/lawDiff.ts:23 (opens in a new tab)
oldELs
oldELs: [
ComparableEL
,TagType
][]
Defined in
core/src/diff/lawDiff.ts:24 (opens in a new tab)
oldRoot
oldRoot:
ComparableEL