Interface LicensePlateProperties

Hierarchy

  • LicensePlateProperties

Properties

Properties

type: "licenseplate"
validate: {
    pattern: "^[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}$";
}

Type declaration

  • pattern: "^[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}\\-[a-zA-Z0-9]{1,3}$"
validateOn: "blur"

Generated using TypeDoc