@samatawy/diagrams
    Preparing search index...

    Type Alias ITextOrientation

    ITextOrientation: "horizontal" | "vertical" | "path"

    Text orientation options for nodes, which determine the direction in which the text is rendered.

    • horizontal: Renders text in a standard horizontal orientation.
    • vertical: Renders text in a vertical orientation, typically rotated 90 degrees.
    • path: Renders text along a specified path, allowing for curved or angled text placement. This property is useful for creating visually dynamic diagrams where text needs to follow specific shapes or directions. For example, text can be oriented along a curved connection line or around a circular node.