Kind: Function
Source: atloria-monorepo/libs/parser-core/src/generators/user-journey-diagram.generator.ts
Generate Mermaid flowchart syntax from a UserJourneyFlow
Signature
tsfunction generateMermaidFlowchart(flow: UserJourneyFlow): string
Parameters
| Name | Type |
|---|---|
flow | UserJourneyFlow |
Returns: string
Was this page helpful?