The component props.
Interface for defining props for the CenterLayout 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: any) => 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: any) => booleanRepresents the 'hidden' property of an object.
OptionalinnerPadding?: stringOptionalisDisabled?: (v: Data, payload: any) => 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: any) => booleanRetrieves the value of the 'isReadonly' property from the given variable.
OptionalisVisible?: (v: Data, payload: any) => 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: any) => 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: any) => booleanRepresents the optional property 'tabletHidden' in a field object.
OptionaltestId?: stringИдентификатор для отладки json шаблона
The children to be centered.
The class name for the component.
The inline styles for the component.
The padding applied to the inner content of the component.
The number of columns for the layout.
The number of columns for phone layout.
The number of columns for tablet layout.
The number of columns for desktop layout.
Overrides the default number of columns.
Specifies whether the children should be aligned based on the baseline.
Additional styles for the component using sx prop from @mui/system.
The margin applied to the right of each field within the component.
The margin applied to the bottom of each field within the component.
Component for centering its children with specified layout and alignment.