OptionaldescriptionReturns the "description" property of the given object if it exists, otherwise returns undefined.
OptionaldisabledRepresents the "disabled" property of a field.
OptionalfreeRepresents the freeSolo property of a field object.
OptionalgroupRetrieves the value of the 'groupRef' property from the given object 'fieldData'.
Optionalelement: null | HTMLDivElementOptionalitemRepresents the itemList property of a field in the Data object.
OptionallabelRepresents 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.
OptionalnoRepresents a configuration option for disabling deselect functionality.
OptionaloutlinedPicks the specified property "outlined" from the given object type "IField<Data, Payload>".
OptionalplaceholderType definition for the placeholder property.
OptionalreadonlyRepresents an optional readonly flag of a field.
OptionaltitleType 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.
OptionaltrRepresents the "tr" property of a field in the given data and payload.
OptionalvalidationValidation factory config
OptionalvirtualRepresents the configuration for a virtual list box field in a form.
OptionalwatchRepresents a variable watchItemList.
Represents an interface for an ItemsSlot in a field. Extends the IItemsFieldProps and IItemsFieldPrivate interfaces.
IItemsSlot