Library
core
interfaces
Core Src Diff Lawdiff.lawdiffelementchange

Lawtext core references / core/src/diff/lawDiff / LawDiffElementChange

Interface: LawDiffElementChange<T>

core/src/diff/lawDiff.LawDiffElementChange

Type parameters

Name
T

Table of contents

Properties

Properties

addedKeys

addedKeys: [string, ProblemStatus][]

Defined in

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


changedKeys

changedKeys: [string, ProblemStatus][]

Defined in

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


diffTable

diffTable: DiffTable<T>

Defined in

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


mostSeriousStatus

mostSeriousStatus: ProblemStatus

Defined in

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


newIndex

newIndex: number

Defined in

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


nochangeKeys

nochangeKeys: string[]

Defined in

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


oldIndex

oldIndex: number

Defined in

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


removedKeys

removedKeys: [string, ProblemStatus][]

Defined in

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


type

type: ElementChange

Defined in

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