NeonViewReference
This page provides generated reference documentation for the NeonViewReference data model.
A reference to another view of this context
Overview
| Property | Summary |
|---|---|
| colspan | Defines the amount of columns the view should span when placed within a GridLayout. (for more information consult the MDN web docs section about grid… |
| devices | Determines on wich devices the component should be available. |
| entityField | The field on which the referenced view is working. #ENTITY is your own entity |
| includeInBuild | Whether this model should be included in the build process. |
| rowspan | Defines the amount of rows the view should span when placed within a GridLayout. (for more information consult the MDN web docs section about grid row-span) |
| view | View that is referenced and displayed |
colspan
Type: Integer
Default: 1
Constraints: Minimum: 0, Maximum: Integer.MAX_VALUE
Defines the amount of columns the view should span when placed within a GridLayout. (for more information consult the MDN web docs section about grid column-span)
devices
Type: EDeviceType[]
Determines on wich devices the component should be available.
The default value states that the component is available on all devices. If one or more devices are selected then the component is only available for those selected devices.
entityField
Type: String
The field on which the referenced view is working. #ENTITY is your own entity
includeInBuild
Type: Boolean
Whether this model should be included in the build process.
rowspan
Type: Integer
Default: 1
Constraints: Minimum: 0, Maximum: Integer.MAX_VALUE
Defines the amount of rows the view should span when placed within a GridLayout. (for more information consult the MDN web docs section about grid row-span)
Rowspan is only evaluated if a custom row count and row height is configured in the enclosing GridLayout.
view
Type: String
View that is referenced and displayed