InterfacePositionalTabOptions

interface PositionalTabOptions {
    alignment: "center" | "left" | "right";
    leader:
        | "none"
        | "dot"
        | "hyphen"
        | "underscore"
        | "middleDot";
    relativeTo: "indent" | "margin";
}

Properties

alignment: "center" | "left" | "right"
leader:
    | "none"
    | "dot"
    | "hyphen"
    | "underscore"
    | "middleDot"
relativeTo: "indent" | "margin"