DataViewsFieldSchemaMetadata
Defined in: wp-typia-dataviews/src/index.ts:538
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/index.ts:539
description?
Section titled “description?”
readonlyoptionaldescription?:string
Defined in: wp-typia-dataviews/src/index.ts:540
readonlyoptionalenum?: readonlyDataViewsFieldElementValue<TValue>[]
Defined in: wp-typia-dataviews/src/index.ts:541
enumLabels?
Section titled “enumLabels?”
readonlyoptionalenumLabels?:Readonly<Record<string,string>>
Defined in: wp-typia-dataviews/src/index.ts:542
format?
Section titled “format?”
readonlyoptionalformat?:DataViewsFieldSchemaFormat
Defined in: wp-typia-dataviews/src/index.ts:543
readonlyoptionalmax?:number
Defined in: wp-typia-dataviews/src/index.ts:545
Preferred numeric maximum; takes precedence over maximum when both are present.
maxLength?
Section titled “maxLength?”
readonlyoptionalmaxLength?:number
Defined in: wp-typia-dataviews/src/index.ts:546
maximum?
Section titled “maximum?”
readonlyoptionalmaximum?:number
Defined in: wp-typia-dataviews/src/index.ts:548
JSON Schema numeric maximum used when max is not present.
readonlyoptionalmin?:number
Defined in: wp-typia-dataviews/src/index.ts:550
Preferred numeric minimum; takes precedence over minimum when both are present.
minLength?
Section titled “minLength?”
readonlyoptionalminLength?:number
Defined in: wp-typia-dataviews/src/index.ts:551
minimum?
Section titled “minimum?”
readonlyoptionalminimum?:number
Defined in: wp-typia-dataviews/src/index.ts:553
JSON Schema numeric minimum used when min is not present.
pattern?
Section titled “pattern?”
readonlyoptionalpattern?:string
Defined in: wp-typia-dataviews/src/index.ts:554
required?
Section titled “required?”
readonlyoptionalrequired?:boolean
Defined in: wp-typia-dataviews/src/index.ts:555
readonlyoptionaltype?:DataViewsFieldSchemaType| readonlyDataViewsFieldSchemaType[]
Defined in: wp-typia-dataviews/src/index.ts:556