Skip to content

GenerateMermaidDiffParams

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

Parameters for generateMermaidDiff, comparing two ASL definitions into a Mermaid diff.

after: string | AslDefinition;

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

The new (head) ASL definition


before: string | AslDefinition;

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

The old (base) ASL definition


optional layout?: LayoutDirection;

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

Graph layout direction


optional theme?: ThemeOption;

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

Color theme