OptionalautoSpecifies whether the field should be automatically focused.
OptionaldescriptionRetrieves the "description" property from a given object and its nested properties if available.
OptionaldisabledRepresents the "disabled" property of a field.
OptionalgroupRepresents a reference to a group within a field.
OptionalinputRepresents the optional prop "inputAutocomplete" for a field.
OptionalinputRepresents the input formatter property of a field within a specific data type.
OptionalinputDetermines whether input formatting is allowed for a given field.
OptionalinputReplaces the input formatter of a field with a new one.
OptionalinputRepresents the input formatter symbol for a specific field.
OptionalinputRepresents a template for formatting input data.
OptionalinputRepresents the input mode of a field in the data object payload.
OptionalinputRepresents the input pattern of a field.
OptionalinputRepresents the input reference of a field.
OptionalinputRepresents the input type of a field.
OptionalkeepRepresents the value of the keepRaw property, which indicates whether to keep the raw data in a field.
OptionallabelReduces the size of the label for a given field.
OptionaloutlinedReturns the value of the outlined property from the provided object.
OptionalplaceholderRetrieves the placeholder property of a given field.
OptionalreadonlyRetrieves the "readonly" property from the provided field object.
OptionaltipRepresents the "tip" property of an object.
OptionaltipRepresents a variable that holds the value of the "tipSelect" property.
OptionaltitleType definition for the "title" property picked from the "IField" object type, where "IField" is a generic object with properties "Data" and "Payload". The resulting type is determined by the "PickProp" utility, which selects the specific property from the provided object type.
OptionalvalidationValidation factory config
Interface for specifying the props of a complete field.
Template: Data,
Payload - The types of data and payload.