DataFormConfig
Defined in: wp-typia-dataviews/src/index.ts:356
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
Properties
Section titled “Properties”fields
Section titled “fields”
readonlyfields: readonlyDataFormField<TItem>[]
Defined in: wp-typia-dataviews/src/index.ts:357
validation?
Section titled “validation?”
readonlyoptionalvalidation?:Partial<Record<Extract<keyofTItem,string>,string>>
Defined in: wp-typia-dataviews/src/index.ts:358