MermaidDiffOutput
Defined in: src/types/index.ts:991
Mermaid diff output with added/modified/removed states highlighted
Properties
Section titled “Properties”code: string;Defined in: src/types/index.ts:993
Mermaid state diagram syntax with diff highlighting classes
metadata
Section titled “metadata”metadata: object;Defined in: src/types/index.ts:996
Change summary metadata
added: string[];State names present in after but not before
edgeCount
Section titled “edgeCount”edgeCount: number;Number of transitions in the diagram
modified
Section titled “modified”modified: string[];State names modified between before and after
removed
Section titled “removed”removed: string[];State names present in before but not after
stateCount
Section titled “stateCount”stateCount: number;Number of states in the diagram
unchanged
Section titled “unchanged”unchanged: string[];State names that did not change