Optionaldisplay?: ArrayFieldDisplayFunction<T>The display function for the field. Controls how to render all of the values. Useful for displaying values in a list rather than comma-separated.
OptionaldisplayInstance?: FieldDisplayFunction<ArrayElement<T>>The display function for the values of the field. Controls how to render an individual value element when not editing. Useful for adding JSX elements or functionality to the displayed value (e.g. a link).
Generic props for an array-type field (single name and array value).