OptionaldescriptionType definition for the PickProp function.
Extracts a specific property description from a given object type IField<Data, Payload>.
OptionaldisabledRepresents the "disabled" property of a field.
OptionalfileRepresents the fileAccept property of a field.
OptionalgroupRepresents a reference to a group within a field.
OptionalinputRepresents the input reference associated with a field in a specific data payload.
OptionaloutlinedPicks the "outlined" property from a given object type.
OptionalplaceholderType definition for the placeholder property of a field.
OptionalreadonlyRetrieves the value of the "readonly" property from the provided object.
OptionaltitleType definition for the 'title' property of the PickProp utility.
OptionaltrThe translate label for FieldType.File
OptionaluploadRepresents the 'upload' property of a given object.
OptionalvalidationValidation factory config
OptionalviewThis variable represents a property 'view' extracted from an object of type PickProp<IField<Data, Payload>, 'view'>. The 'view' property is used to specify a specific view for processing fields.
The 'IField' type is a generic type that takes two type parameters: 'Data' and 'Payload'. It represents a field in a form, with 'Data' representing the data type of the field value , and 'Payload' representing additional payload data associated with the field.
The 'PickProp' utility type is used to extract the 'view' property from the 'IField' type.
Interface representing props for the IFileField component.