Skip to main content
Version: 2026.1

NeonViewReference

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

A reference to another view of this context

Overview

PropertySummary
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…
devicesDetermines on wich devices the component should be available.
entityFieldThe field on which the referenced view is working. #ENTITY is your own entity
includeInBuildWhether this model should be included in the build process.
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 row-span)
viewView 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