DataFormField
Defined in: wp-typia-dataviews/src/types.ts:352
Type Parameters
Section titled “Type Parameters”TItem extends object = DataViewsRecord
Properties
Section titled “Properties”children?
Section titled “children?”
readonlyoptionalchildren?: readonlyDataFormField<TItem>[]
Defined in: wp-typia-dataviews/src/types.ts:353
description?
Section titled “description?”
readonlyoptionaldescription?:string
Defined in: wp-typia-dataviews/src/types.ts:354
readonlyid:Extract<keyofTItem>
Defined in: wp-typia-dataviews/src/types.ts:355
label?
Section titled “label?”
readonlyoptionallabel?:string
Defined in: wp-typia-dataviews/src/types.ts:356
layout?
Section titled “layout?”
readonlyoptionallayout?:DataFormFieldLayout<TItem>
Defined in: wp-typia-dataviews/src/types.ts:357