The props object containing the necessary data for rendering the TreeField.
Interface for the props of the ITreeField component.
Optionaldescription?: stringReturns the "description" property of a given object.
Optionaldisabled?: booleanRepresents the disabled property of a field in a form.
OptionalitemTree?: Represents the item tree of a specific field in the data payload.
Optionaloutlined?: booleanType declaration for the PickProp utility function.
Optionalplaceholder?: stringType definition for the variable placeholder.
Optionalreadonly?: booleanSpecifies if a field is readOnly.
Optionaltitle?: stringType definition for the "title" property picked from the given object type.
Optionalvalidation?: IValidationValidation factory config
OptionalwatchItemTree?: booleanRepresents the change detection flag for item tree
Represents the private interface for the TreeField component.
The rendered TreeField component.
Renders a TreeField component.