Variable DocumentGridTypeConst

DocumentGridType: {
    DEFAULT: "default";
    LINES: "lines";
    LINES_AND_CHARS: "linesAndChars";
    SNAP_TO_CHARS: "snapToChars";
} = ...

Type declaration

  • Readonly DEFAULT: "default"
  • Readonly LINES: "lines"
  • Readonly LINES_AND_CHARS: "linesAndChars"
  • Readonly SNAP_TO_CHARS: "snapToChars"

Generated using TypeDoc