Skip to Content
LibraryCoreSrcDiffLawdiffInterfacesInterface: LawDiffElementChange<T>

Lawtext core references


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

Interface: LawDiffElementChange<T>

Defined in: core/src/diff/lawDiff.ts:38 

Type Parameters

T

T

Properties

addedKeys

addedKeys: [string, ProblemStatus][]

Defined in: core/src/diff/lawDiff.ts:45 


changedKeys

changedKeys: [string, ProblemStatus][]

Defined in: core/src/diff/lawDiff.ts:43 


diffTable

diffTable: DiffTable<T>

Defined in: core/src/diff/lawDiff.ts:41 


mostSeriousStatus

mostSeriousStatus: ProblemStatus

Defined in: core/src/diff/lawDiff.ts:40 


newIndex

newIndex: number

Defined in: core/src/diff/lawDiff.ts:47 


nochangeKeys

nochangeKeys: string[]

Defined in: core/src/diff/lawDiff.ts:42 


oldIndex

oldIndex: number

Defined in: core/src/diff/lawDiff.ts:46 


removedKeys

removedKeys: [string, ProblemStatus][]

Defined in: core/src/diff/lawDiff.ts:44 


type

type: ElementChange

Defined in: core/src/diff/lawDiff.ts:39 

© 2017-2026 yamachi