Skip to main content

NeonViewReference

This page provides generated reference documentation for the NeonViewReference data model.

A reference to another view of this context

Overview

PropertySummary
devicesDetermines 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…
entityFieldThe field on which the referenced view is working. #ENTITY is your own entity
viewView that is referenced and displayed
includeInBuildWhether this model should be included in the build process.
colspanDefines the amount of columns the view should span when placed within a GridLayout. (for more information consult the MDN web docs section about grid…
rowspanDefines 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.