The props object.
Interface representing the props for the IPaperLayout 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.
OptionalinnerPadding?: stringOptionalisDisabled?: (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.
OptionaloutlinePaper?: booleanOptionalphoneColumns?: 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 шаблона
OptionaltransparentPaper?: booleanThe number of columns to display.
The number of columns to override the default value.
The number of columns to display on phones.
The number of columns to display on tablets.
The number of columns to display on desktops.
The CSS styles to be applied.
The class name to be applied.
The children components to be rendered.
Determines if items should be aligned to the baseline.
The right margin of each field.
The bottom margin of each field.
The inner padding of the paper layout.
Determines if the paper should have an outline.
Determines if the paper should be transparent.
Renders a paper layout component.