prorm API Reference
    Preparing search index...

    Interface FlowDiagramOptions

    interface FlowDiagramOptions {
        nodes: FlowNode[];
        edges: FlowEdge[];
        title?: string;
        theme?: "light" | "dark";
        color?: string;
        direction?: "horizontal" | "vertical";
    }
    Index
    nodes: FlowNode[]
    edges: FlowEdge[]
    title?: string
    theme?: "light" | "dark"

    Accepted for backward compatibility and ignored: diagrams render in a single monochrome theme.

    color?: string

    Accepted for backward compatibility and ignored.

    direction?: "horizontal" | "vertical"