Variable LeaderTypeConst

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

Type declaration

  • Readonly DOT: "dot"
  • Readonly HYPHEN: "hyphen"
  • Readonly MIDDLE_DOT: "middleDot"
  • Readonly NONE: "none"
  • Readonly UNDERSCORE: "underscore"

Generated using TypeDoc