@maxgraph/core
    Preparing search index...

    Type Alias TextDirectionValue

    TextDirectionValue: "" | "auto" | "ltr" | "rtl"

    Type declaration

    • ""

      Use this value to use the default text direction of the operating system.

    • "auto"

      Use this value to find the direction for a given text with Text.getAutoDirection.

    • "ltr"

      Use this value for left to right text direction.

    • "rtl"

      Use this value for right to left text direction.