Protected InternalGenerates an SVG diagram from the provided data and configuration
The action parameters containing:
A promise resolving to an SVGActionResult with:
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private addPrivate ensurePrivate getPrivate getGets dimensions for flow node based on kind
Private getHelper to get parameter value by name (case-insensitive)
Private parseJSONPrivate renderPrivate renderERDiagramRenders an ER diagram using dagre layout
Private renderERRelationRenders an ER relation
Private renderERTableRenders an ER table
Private renderPrivate renderRenders a flowchart using dagre layout
Private renderRenders a flow edge
Private renderRenders a single flow node
Private renderRenders an org chart using d3-hierarchy
Private renderRenders an org chart link
Private renderRenders an org chart node
Private render
Action that generates SVG diagrams including flowcharts, org charts, and ER diagrams.
This action provides server-side SVG generation for structured diagrams, designed for AI agents and workflows to create publication-quality visualizations from structured data.
Example