sdk.form.stringvalidation
Home > @matterway/sdk > Form > StringValidation
Form.StringValidation type
Signature:
export type StringValidation = (email | ensure | length | lowercase | matches | max | min | required | trim | uppercase | url | uuid | custom | startsWith | endsWith | 'required')[];