DataFormField
Defined in: wp-typia-dataviews/src/index.ts:348
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/index.ts:349
description?
Section titled “description?”
readonlyoptionaldescription?:string
Defined in: wp-typia-dataviews/src/index.ts:350
readonlyid:Extract<keyofTItem>
Defined in: wp-typia-dataviews/src/index.ts:351
label?
Section titled “label?”
readonlyoptionallabel?:string
Defined in: wp-typia-dataviews/src/index.ts:352
layout?
Section titled “layout?”
readonlyoptionallayout?:DataFormFieldLayout<TItem>
Defined in: wp-typia-dataviews/src/index.ts:353