Variable hexConst

hex: {
    pattern: "^[0-9A-Fa-f]{6}$";
    type: "string";
} = ...

Type declaration

  • Readonly pattern: "^[0-9A-Fa-f]{6}$"
  • Readonly type: "string"

Generated using TypeDoc