Function: MapFieldBinding
▸ MapFieldBinding<T
>(«destructured»
): Element
Field that renders the children property fields
This is one of the internal components that get mapped natively inside forms and tables to the specified properties.
Type parameters
Name | Type |
---|---|
T | extends Record <string , any > |
Parameters
Name | Type |
---|---|
«destructured» | FieldProps <T , any , any > |
Returns
Element