DataViewsFieldSchemaMetadata
Defined in: wp-typia-dataviews/src/types.ts:542
Type Parameters
Section titled “Type Parameters”TValue
Section titled “TValue”TValue = DataViewsScalar
Properties
Section titled “Properties”const?
Section titled “const?”
readonlyoptionalconst?:DataViewsFieldElementValue<TValue>
Defined in: wp-typia-dataviews/src/types.ts:543
description?
Section titled “description?”
readonlyoptionaldescription?:string
Defined in: wp-typia-dataviews/src/types.ts:544
readonlyoptionalenum?: readonlyDataViewsFieldElementValue<TValue>[]
Defined in: wp-typia-dataviews/src/types.ts:545
enumLabels?
Section titled “enumLabels?”
readonlyoptionalenumLabels?:Readonly<Record<string,string>>
Defined in: wp-typia-dataviews/src/types.ts:546
format?
Section titled “format?”
readonlyoptionalformat?:DataViewsFieldSchemaFormat
Defined in: wp-typia-dataviews/src/types.ts:547
readonlyoptionalmax?:number
Defined in: wp-typia-dataviews/src/types.ts:549
Preferred numeric maximum; takes precedence over maximum when both are present.
maxLength?
Section titled “maxLength?”
readonlyoptionalmaxLength?:number
Defined in: wp-typia-dataviews/src/types.ts:550
maximum?
Section titled “maximum?”
readonlyoptionalmaximum?:number
Defined in: wp-typia-dataviews/src/types.ts:552
JSON Schema numeric maximum used when max is not present.
readonlyoptionalmin?:number
Defined in: wp-typia-dataviews/src/types.ts:554
Preferred numeric minimum; takes precedence over minimum when both are present.
minLength?
Section titled “minLength?”
readonlyoptionalminLength?:number
Defined in: wp-typia-dataviews/src/types.ts:555
minimum?
Section titled “minimum?”
readonlyoptionalminimum?:number
Defined in: wp-typia-dataviews/src/types.ts:557
JSON Schema numeric minimum used when min is not present.
pattern?
Section titled “pattern?”
readonlyoptionalpattern?:string
Defined in: wp-typia-dataviews/src/types.ts:558
required?
Section titled “required?”
readonlyoptionalrequired?:boolean
Defined in: wp-typia-dataviews/src/types.ts:559
readonlyoptionaltype?:DataViewsFieldSchemaType| readonlyDataViewsFieldSchemaType[]
Defined in: wp-typia-dataviews/src/types.ts:560