Skip to content

MermaidDiffOutput

Defined in: src/types/index.ts:991

Mermaid diff output with added/modified/removed states highlighted

code: string;

Defined in: src/types/index.ts:993

Mermaid state diagram syntax with diff highlighting classes


metadata: object;

Defined in: src/types/index.ts:996

Change summary metadata

added: string[];

State names present in after but not before

edgeCount: number;

Number of transitions in the diagram

modified: string[];

State names modified between before and after

removed: string[];

State names present in before but not after

stateCount: number;

Number of states in the diagram

unchanged: string[];

State names that did not change