Library
core
interfaces
Core Src Diff Lawdiff.lawdiffresult

Lawtext core references / core/src/diff/lawDiff / LawDiffResult

Interface: LawDiffResult<T>

core/src/diff/lawDiff.LawDiffResult

Type parameters

Name
T

Table of contents

Properties

Properties

items

items: LawDiffResultItem<T>[]

Defined in

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


mostSeriousStatus

mostSeriousStatus: ProblemStatus

Defined in

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


newELs

newELs: [ComparableEL, TagType][]

Defined in

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


newRoot

newRoot: ComparableEL

Defined in

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


oldELs

oldELs: [ComparableEL, TagType][]

Defined in

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


oldRoot

oldRoot: ComparableEL

Defined in

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