AshDiagram.Flowchart (AshDiagram v0.2.1)
View SourceProvides functions to handle Mermaid Flowcharts.
Summary
Types
@type config() :: map()
@type direction() :: :right_left | :left_right | :bottom_top | :top_bottom
@type entry() :: AshDiagram.Flowchart.Node.t() | AshDiagram.Flowchart.Edge.t() | AshDiagram.Flowchart.Subgraph.t() | AshDiagram.Flowchart.Style.t()