DataFormConfig
Defined in: wp-typia-dataviews/src/types.ts:360
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/types.ts:361
validation?
Section titled “validation?”
readonlyoptionalvalidation?:Partial<Record<Extract<keyofTItem,string>,string>>
Defined in: wp-typia-dataviews/src/types.ts:362