The properties for the BoxLayout component.
Interface for specifying props for the IBoxLayout class.
Optionalbaseline?: booleanRepresents an optional property baseline that is picked from the interface IField using the PickProp utility type.
OptionalclassName?: stringOptionaldesktopHidden?: 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[]Retrieves the 'features' property from a given variable.
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.
OptionalphoneHidden?: boolean | (payload: Payload) => booleanRepresents the phoneHidden property of a field object.
Optionalstyle?: anyOptionalsx?: anyOptionaltabletHidden?: boolean | (payload: Payload) => booleanRepresents the optional property 'tabletHidden' in a field object.
OptionaltestId?: stringИдентификатор для отладки json шаблона
The children elements to be rendered within the box layout.
The optional CSS class for styling the box layout.
The optional inline style object for further customization.
The optional theme-ui style object for additional theming.
A custom component for layouting its children in a box.
Typeparam