NeonViewReference
This page provides generated reference documentation for the NeonViewReference data model.
A reference to another view of this context
Overview
| Property | Summary |
|---|---|
| devices | 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… |
| entityField | The field on which the referenced view is working. #ENTITY is your own entity |
| view | View that is referenced and displayed |
| includeInBuild | Whether this model should be included in the build process. |
| 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… |
| 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… |
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
view
Type: String
View that is referenced and displayed
includeInBuild
Type: Boolean
Whether this model should be included in the build process.
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)
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.