DataViewsFieldValidationRules
Defined in: wp-typia-dataviews/src/index.ts:118
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
TValue
Section titled “TValue”TValue = unknown
Properties
Section titled “Properties”custom?
Section titled “custom?”
readonlyoptionalcustom?:DataViewsFieldValidationCustom<TItem,TValue>
Defined in: wp-typia-dataviews/src/index.ts:122
elements?
Section titled “elements?”
readonlyoptionalelements?:boolean
Defined in: wp-typia-dataviews/src/index.ts:123
readonlyoptionalmax?:number
Defined in: wp-typia-dataviews/src/index.ts:125
Resolved numeric maximum validation hint.
maxLength?
Section titled “maxLength?”
readonlyoptionalmaxLength?:number
Defined in: wp-typia-dataviews/src/index.ts:126
readonlyoptionalmin?:number
Defined in: wp-typia-dataviews/src/index.ts:128
Resolved numeric minimum validation hint.
minLength?
Section titled “minLength?”
readonlyoptionalminLength?:number
Defined in: wp-typia-dataviews/src/index.ts:129
pattern?
Section titled “pattern?”
readonlyoptionalpattern?:string
Defined in: wp-typia-dataviews/src/index.ts:130
required?
Section titled “required?”
readonlyoptionalrequired?:boolean
Defined in: wp-typia-dataviews/src/index.ts:131