A layout component that renders a container
A generic type that specifies additional data passed to the component.
The properties of the DivLayout component.
Interface for specifying the props of a DivLayout component.
Optional
Represents an optional property baseline that is picked from the interface IField using the PickProp utility type.
baseline
IField
PickProp
The type of data associated with the field.
The type of payload associated with the field.
Represents the optional property desktopHidden of type PickProp<IField<Data, Payload>, 'desktopHidden'>.
desktopHidden
PickProp<IField<Data, Payload>, 'desktopHidden'>
Represents the disabled property of a field.
disabled
Retrieves the 'features' property from a given variable.
The type of the variable.
The property name to retrieve.
The variable to extract the property from.
Represents the 'hidden' property of an object.
The type of the field object.
The type of the data object.
The type of the payload object.
Represents the isDisabled property of a field in a form. The isDisabled property determines whether the field is disabled or not.
isDisabled
Retrieves the value of the 'isReadonly' property from the given variable.
Represents the isVisible property of a field in a form.
isVisible
Represents an optional property noBaseline that is picked from the interface IField using the PickProp utility type.
noBaseline
Represents the phoneHidden property of a field object.
phoneHidden
Represents the optional property 'tabletHidden' in a field object.
Идентификатор для отладки json шаблона
The child elements to render inside the div container.
The CSS class name to apply to the div container.
The inline styles to apply to the div container.
The rendered DivLayout component.
A layout component that renders a container
props: IDivLayoutProps<Data, any> & IDivLayoutPrivate<Data>,
): Element
Type Parameters
A generic type that specifies additional data passed to the component.
Parameters
The properties of the DivLayout component.
Interface for specifying the props of a DivLayout component.
Optionalbaseline?: booleanRepresents an optional property
baselinethat is picked from the interfaceIFieldusing thePickProputility type.Template: Data
The type of data associated with the field.
Template: Payload
The type of payload associated with the field.
OptionalclassName?: stringOptionaldesktopHidden?: boolean | (payload: any) => booleanRepresents the optional property
desktopHiddenof typePickProp<IField<Data, Payload>, 'desktopHidden'>.Optionaldisabled?: booleanRepresents the
disabledproperty of a field.Optionalfeatures?: string[]Retrieves the 'features' property from a given variable.
Template: T
The type of the variable.
Template: K
The property name to retrieve.
Param: variable
The variable to extract the property from.
Returns
Optionalhidden?: boolean | (payload: Payload) => booleanRepresents the 'hidden' property of an object.
Template: IField
The type of the field object.
Template: Data
The type of the data object.
Template: Payload
The type of the payload object.
OptionalisDisabled?: (v: Data, payload: any) => booleanRepresents the
isDisabledproperty of a field in a form. TheisDisabledproperty 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
isVisibleproperty of a field in a form.OptionalnoBaseline?: booleanRepresents an optional property
noBaselinethat is picked from the interfaceIFieldusing thePickProputility type.Template: Data
The type of data associated with the field.
Template: Payload
The type of payload associated with the field.
OptionalphoneHidden?: boolean | (payload: any) => booleanRepresents the
phoneHiddenproperty of a field object.Optionalstyle?: anyOptionaltabletHidden?: boolean | (payload: any) => booleanRepresents the optional property 'tabletHidden' in a field object.
OptionaltestId?: stringИдентификатор для отладки json шаблона
children
The child elements to render inside the div container.
className
The CSS class name to apply to the div container.
style
The inline styles to apply to the div container.
Returns Element
The rendered DivLayout component.
Index
Properties
Properties
display Name
Settings
On This Page
Properties