Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 494 Bytes

File metadata and controls

27 lines (15 loc) · 494 Bytes

Validation

Properties

Name Type Description Notes
type TypeEnum
regex String [optional]
regexMessage String [optional]

Enum: TypeEnum

Name Value
NUMBER_ONLY "NumberOnly"
EMAIL "Email"
CURRENCY "Currency"
REGEX "Regex"
NONE "None"