The props for the ExpansionLayout component.
Represents the properties for an Expansion Layout 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.
Optionaldescription?: stringOptionaldesktopColumns?: 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.
OptionalexpansionOpened?: booleanOptionalfeatures?: 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 шаблона
Optionaltitle?: stringThe number of columns for the Group component.
The number of columns to override the Group's columns prop.
The style for the ExpansionLayout component.
The number of columns to use on phone devices.
The number of columns to use on tablet devices.
The number of columns to use on desktop devices.
A boolean value indicating whether to align items to the baseline.
The right margin for the fields within the Group component.
The bottom margin for the fields within the Group component.
The style object for the ExpansionLayout component.
The class name for the ExpansionLayout component.
The children for the ExpansionLayout component.
The title for the Expansion component.
The description for the Expansion component.
A boolean value indicating whether the Expansion should be opened.
A boolean value indicating whether to show an outline paper style for the Expansion.
A boolean value indicating whether to show a transparent paper style for the Expansion.
Renders an ExpansionLayout component.