GenerateMermaidExecutionParams
Defined in: src/types/index.ts:1183
Parameters for generateMermaidExecution, overlaying an execution’s outcome onto a Mermaid diagram.
Properties
Section titled “Properties”aslDefinition
Section titled “aslDefinition”aslDefinition: string | AslDefinition;Defined in: src/types/index.ts:1185
ASL definition as object or JSON string
history
Section titled “history”history: ExecutionHistoryInput;Defined in: src/types/index.ts:1187
Execution history (events array, GetExecutionHistory response, or JSON string)
layout?
Section titled “layout?”optional layout?: LayoutDirection;Defined in: src/types/index.ts:1189
Graph layout direction, emitted as a Mermaid direction statement.
Default
Section titled “Default”'TB'theme?
Section titled “theme?”optional theme?: ThemeOption;Defined in: src/types/index.ts:1191
Diagram theme - drives the emitted classDef colours.
Default
Section titled “Default”'light'