Variable LevelSuffixConst

LevelSuffix: {
    NOTHING: "nothing";
    SPACE: "space";
    TAB: "tab";
} = ...

Type declaration

  • Readonly NOTHING: "nothing"
  • Readonly SPACE: "space"
  • Readonly TAB: "tab"

Generated using TypeDoc