AshDiagram.Flowchart (AshDiagram v0.2.1)

View Source

Provides functions to handle Mermaid Flowcharts.

Summary

Types

config()

@type config() :: map()

direction()

@type direction() :: :right_left | :left_right | :bottom_top | :top_bottom

entry()

t()

@type t() :: %AshDiagram.Flowchart{
  config: config() | nil,
  direction: direction() | nil,
  entries: [entry()],
  title: iodata() | nil
}