Skip to content

HtmlDiffOverlay

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

A diff overlay for generateHtml: the earlier definition to compare aslDefinition against. The document then shows the merged diagram with added states green, modified states amber and removed states red, exactly as generateDiff draws it.

before: string | AslDefinition;

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

The old (base) ASL definition; aslDefinition is the new (head) one.