The properties passed to the component.
Represents the props for a stretch layout component.
Optionalbaseline?: booleanRepresents an optional property baseline that is picked from the interface IField using the PickProp utility type.
OptionalclassName?: stringOptionaldesktopHidden?: 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[]Retrieves the 'features' property from a given variable.
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.
OptionalphoneHidden?: boolean | (payload: any) => booleanRepresents the phoneHidden property of a field object.
Optionalstyle?: anyOptionaltabletHidden?: boolean | (payload: any) => booleanRepresents the optional property 'tabletHidden' in a field object.
OptionaltestId?: stringИдентификатор для отладки json шаблона
The children components to be rendered inside the layout.
The additional CSS class name(s) to apply to the root element.
The inline styles to apply to the root element.
The padding to apply to the container element.
A layout wrapper component that stretches its children horizontally and vertically.