The properties for the ItemsField component.
Props for the IItemsField component.
Optionaldescription?: stringReturns the "description" property of the given object if it exists, otherwise returns undefined.
Optionaldisabled?: booleanRepresents the "disabled" property of a field.
OptionalfreeSolo?: booleanRepresents the freeSolo property of a field object.
OptionalgroupRef?: (element?: null | HTMLDivElement) => voidRetrieves the value of the 'groupRef' property from the given object 'fieldData'.
OptionalitemList?: Represents the itemList property of a field in the Data object.
OptionallabelShrink?: booleanRepresents the optional "labelShrink" property of an object that implements the IField<Data> interface.
The "labelShrink" property is of type PickProp<IField<Data>, "labelShrink">, which picks the "labelShrink" property
from the IField<Data> interface.
OptionalnoDeselect?: booleanRepresents a configuration option for disabling deselect functionality.
Optionaloutlined?: booleanPicks the specified property "outlined" from the given object type "IField<Data, Payload>".
Optionalplaceholder?: stringType definition for the placeholder property.
Optionalreadonly?: booleanRepresents an optional readonly flag of a field.
Optionaltitle?: stringType definition for the "title" property of an object.
Suppose we have an object of type "IField<Data, Payload>". This type represents a field in a form, where "Data" is the type of the form data and "Payload" is the type of data that should be submitted when the form is submitted.
The "PickProp" utility type is used to extract the "title" property from the "IField<Data, Payload>" type. This variable represents the extracted type.
Optionaltr?: Represents the "tr" property of a field in the given data and payload.
Optionalvalidation?: IValidationValidation factory config
OptionalvirtualListBox?: booleanRepresents the configuration for a virtual list box field in a form.
OptionalwatchItemList?: booleanRepresents a variable watchItemList.
Represents a private interface for an items field.
IItemsFieldPrivate
Renders a component for displaying a list of items.