@samatawy/diagrams
    Preparing search index...

    Type Alias ITextAlign

    ITextAlign: "left" | "center" | "right"

    Text alignment options for nodes, which determine how the text is aligned horizontally within the node's bounding box.

    • left: Aligns text to the left edge of the node.
    • center: Centers text horizontally within the node.
    • right: Aligns text to the right edge of the node.