DataFormConfigOptions
Defined in: wp-typia-dataviews/src/types.ts:369
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
Properties
Section titled “Properties”fields?
Section titled “fields?”
readonlyoptionalfields?: readonlyDataFormFieldInput<TItem>[]
Defined in: wp-typia-dataviews/src/types.ts:370
includeReadOnly?
Section titled “includeReadOnly?”
readonlyoptionalincludeReadOnly?:boolean
Defined in: wp-typia-dataviews/src/types.ts:371
layout?
Section titled “layout?”
readonlyoptionallayout?:DataFormFieldLayout<TItem>
Defined in: wp-typia-dataviews/src/types.ts:372