Library
core
interfaces
Core Src Diff Lawdiff.lawdiffelementchangedata

Lawtext core references / core/src/diff/lawDiff / LawDiffElementChangeData

Interface: LawDiffElementChangeData

core/src/diff/lawDiff.LawDiffElementChangeData

Table of contents

Properties

Properties

addedKeys

addedKeys: [string, ProblemStatus][]

Defined in

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


changedKeys

changedKeys: [string, ProblemStatus][]

Defined in

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


mostSeriousStatus

mostSeriousStatus: ProblemStatus

Defined in

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


newItem

newItem: DiffTableItemData

Defined in

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


nochangeKeys

nochangeKeys: string[]

Defined in

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


oldItem

oldItem: DiffTableItemData

Defined in

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


removedKeys

removedKeys: [string, ProblemStatus][]

Defined in

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


type

type: ElementChange

Defined in

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