The props for the HeroLayout component.
Interface representing the properties for the HeroLayout component.
Optionalbaseline?: booleanRepresents an optional property baseline that is picked from the interface IField using the PickProp utility type.
Optionalbottom?: string | ISizeCallback<Data>OptionalclassName?: stringOptionalcolumns?: stringRetrieves the specific columns from a given object.
OptionalcolumnsOverride?: stringRepresents override columns configuration for a field.
OptionaldesktopBottom?: string | ISizeCallback<Data>OptionaldesktopColumns?: stringRepresents the number of columns on a desktop layout for a field in a data payload object.
OptionaldesktopHeight?: string | ISizeCallback<Data>OptionaldesktopHidden?: boolean | (payload: any) => booleanRepresents the optional property desktopHidden of type PickProp<IField<Data, Payload>, 'desktopHidden'>.
OptionaldesktopLeft?: string | ISizeCallback<Data>OptionaldesktopMaxHeight?: string | ISizeCallback<Data>OptionaldesktopMaxWidth?: string | ISizeCallback<Data>OptionaldesktopMinHeight?: string | ISizeCallback<Data>OptionaldesktopMinWidth?: string | ISizeCallback<Data>OptionaldesktopRight?: string | ISizeCallback<Data>OptionaldesktopTop?: string | ISizeCallback<Data>OptionaldesktopWidth?: string | ISizeCallback<Data>Optionaldisabled?: booleanRepresents the disabled property of a field.
Optionalfeatures?: string[]Returns the picked 'features' property from the given variable.
Optionalheight?: string | ISizeCallback<Data>OptionalheroInnerDesktopStyle?: anyOptionalheroInnerPhoneStyle?: anyOptionalheroInnerStyle?: anyOptionalheroInnerTabletStyle?: anyOptionalheroOuterDesktopStyle?: anyOptionalheroOuterPhoneStyle?: anyOptionalheroOuterStyle?: anyOptionalheroOuterTabletStyle?: anyOptionalhidden?: boolean | (payload: any) => booleanRepresents the 'hidden' property of an object.
OptionalisDisabled?: (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.
Optionalleft?: string | ISizeCallback<Data>OptionalmaxHeight?: string | ISizeCallback<Data>OptionalmaxWidth?: string | ISizeCallback<Data>OptionalminHeight?: string | ISizeCallback<Data>OptionalminWidth?: string | ISizeCallback<Data>OptionalnoBaseline?: booleanRepresents an optional property noBaseline that is picked from the interface IField using the PickProp utility type.
OptionalphoneBottom?: string | ISizeCallback<Data>OptionalphoneColumns?: stringRepresents the phone columns configuration for a field
OptionalphoneHeight?: string | ISizeCallback<Data>OptionalphoneHidden?: boolean | (payload: any) => booleanRepresents the phoneHidden property of a field object.
OptionalphoneLeft?: string | ISizeCallback<Data>OptionalphoneMaxHeight?: string | ISizeCallback<Data>OptionalphoneMaxWidth?: string | ISizeCallback<Data>OptionalphoneMinHeight?: string | ISizeCallback<Data>OptionalphoneMinWidth?: string | ISizeCallback<Data>OptionalphoneRight?: string | ISizeCallback<Data>OptionalphoneTop?: string | ISizeCallback<Data>OptionalphoneWidth?: string | ISizeCallback<Data>Optionalright?: string | ISizeCallback<Data>Optionalstyle?: anyOptionalsx?: anyRepresents the 'sx' property of the 'PickProp' type.
OptionaltabletBottom?: string | ISizeCallback<Data>OptionaltabletColumns?: stringRepresents the number of columns for the "tablet" viewport size of a field. This property is optional.
OptionaltabletHeight?: string | ISizeCallback<Data>OptionaltabletHidden?: boolean | (payload: any) => booleanRepresents the optional property 'tabletHidden' in a field object.
OptionaltabletLeft?: string | ISizeCallback<Data>OptionaltabletMaxHeight?: string | ISizeCallback<Data>OptionaltabletMaxWidth?: string | ISizeCallback<Data>OptionaltabletMinHeight?: string | ISizeCallback<Data>OptionaltabletMinWidth?: string | ISizeCallback<Data>OptionaltabletRight?: string | ISizeCallback<Data>OptionaltabletTop?: string | ISizeCallback<Data>OptionaltabletWidth?: string | ISizeCallback<Data>OptionaltestId?: stringИдентификатор для отладки json шаблона
Optionaltop?: string | ISizeCallback<Data>Optionalwidth?: string | ISizeCallback<Data>The children of the hero layout.
The custom CSS class name for the hero layout.
The custom inline style for the hero layout.
The data object for the hero layout.
The number of columns to display in the hero layout.
An array of numbers to override the number of columns at different breakpoints.
Determines whether the items in the hero layout should be baseline aligned.
The custom style object for the hero layout.
The number of columns to display on phones.
The number of columns to display on tablets.
The number of columns to display on desktops.
Other props to pass to the hero layout component.
HeroLayout is a component that renders a hero section with flexible layout options.