The props to configure the GroupLayout component.
Interface for defining the props of GroupLayout component.
Optionalbaseline?: booleanRepresents an optional property baseline that is picked from the interface IField using the PickProp utility type.
OptionalclassName?: stringOptionalcolumns?: stringRetrieves the specific columns from a given object.
OptionalcolumnsOverride?: stringRepresents override columns configuration for a field.
OptionaldesktopColumns?: stringRepresents the number of columns on a desktop layout for a field in a data payload object.
OptionaldesktopHidden?: boolean | (payload: Payload) => booleanRepresents the optional property desktopHidden of type PickProp<IField<Data, Payload>, 'desktopHidden'>.
Optionaldisabled?: booleanRepresents the disabled property of a field.
Optionalfeatures?: string[]Returns the picked 'features' property from the given variable.
OptionalfieldBottomMargin?: stringRepresents the optional configuration for the bottom margin of a field.
OptionalfieldRightMargin?: stringRepresents the right margin of a field.
Optionalhidden?: boolean | (payload: Payload) => booleanRepresents the 'hidden' property of an object.
OptionalisDisabled?: (v: Data, payload: Payload) => booleanRepresents the isDisabled property of a field in a form.
The isDisabled property determines whether the field is disabled or not.
OptionalisReadonly?: (v: Data, payload: Payload) => booleanRetrieves the value of the 'isReadonly' property from the given variable.
OptionalisVisible?: (v: Data, payload: Payload) => booleanRepresents the isVisible property of a field in a form.
OptionalnoBaseline?: booleanRepresents an optional property noBaseline that is picked from the interface IField using the PickProp utility type.
OptionalphoneColumns?: stringRepresents the phone columns configuration for a field
OptionalphoneHidden?: boolean | (payload: Payload) => booleanRepresents the phoneHidden property of a field object.
Optionalstyle?: anyOptionalsx?: anyRepresents the 'sx' property of the 'PickProp' type.
OptionaltabletColumns?: stringRepresents the number of columns for the "tablet" viewport size of a field. This property is optional.
OptionaltabletHidden?: boolean | (payload: Payload) => booleanRepresents the optional property 'tabletHidden' in a field object.
OptionaltestId?: stringИдентификатор для отладки json шаблона
The number of columns for the component.
The number of columns to override for specific items.
The sx value to pass to the component.
The number of phone columns for the component.
The number of tablet columns for the component.
The number of desktop columns for the component.
Indicates whether the items should be baseline aligned.
The right margin value for fields.
The bottom margin value for fields.
The inline style object for the component.
The CSS class for the component.
The child components to be rendered.
The rendered GroupLayout component.
Represents a layout component used for grouping and organizing child components.