Function: ArrayOneOfField
▸ ArrayOneOfField<T
>(__namedParameters
): Element
If the oneOf
property is specified, this fields render each array entry as
a type
select and the corresponding field widget to the selected `type.
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 any [] |
Parameters
Name | Type |
---|---|
__namedParameters | FieldProps <T , any , any > |
Returns
Element