docx
    Preparing search index...

    Variable LeaderTypeConst

    LeaderType: {
        DOT: "dot";
        HYPHEN: "hyphen";
        MIDDLE_DOT: "middleDot";
        NONE: "none";
        UNDERSCORE: "underscore";
    } = ...

    Tab stop leader character types.

    Specifies the character used to fill the space before the tab stop.

    Type declaration

    • ReadonlyDOT: "dot"

      Dot leader (....)

    • ReadonlyHYPHEN: "hyphen"

      Hyphen leader (----)

    • ReadonlyMIDDLE_DOT: "middleDot"

      Middle dot leader (····)

    • ReadonlyNONE: "none"

      No leader

    • ReadonlyUNDERSCORE: "underscore"

      Underscore leader (____)