Variable LineRuleTypeConst

LineRuleType: {
    AT_LEAST: "atLeast";
    AUTO: "auto";
    EXACT: "exact";
    EXACTLY: "exactly";
} = ...

Type declaration

  • Readonly AT_LEAST: "atLeast"
  • Readonly AUTO: "auto"
  • Readonly EXACT: "exact"
  • Readonly EXACTLY: "exactly"

Generated using TypeDoc