@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Variable MermaidOrientationConst

    MermaidOrientation: {
        LeftToRight: "LR";
        TopToBottom: "TB";
        RightToLeft: "RL";
        BottomToTop: "BT";
    } = ...

    The orientation of the Mermaid flowchart.

    Type Declaration

    • ReadonlyLeftToRight: "LR"

      LR.

    • ReadonlyTopToBottom: "TB"

      TB.

    • ReadonlyRightToLeft: "RL"

      RL.

    • ReadonlyBottomToTop: "BT"

      BT.