xlrelease.Dashboard
A dashboard with tiles displayed in XL Release UI
Type hierarchy: xlrelease.Dashboard > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: Xlrelease: Dashboard
Properties
| Property | Kind | Description | 
|---|---|---|
| title | String | Symbolic name for the dashboard. Max length of 255 characters. | 
| description | String | Description for the dashboard. | 
| parentId | String | Parent that the dashboard belongs to | 
| owner | String | The owner of this dashboard. This user has implicit read and edit permission on the dashboard | 
| tiles | List of xlrelease.Tile (contained) | Tiles in this dashboard | 
| roleViewers | List of string | List of roles or teams with view permission on this dashboard | 
| roleEditors | List of string | List of roles or teams with edit permission on this dashboard | 
| rows | Integer | Set number of rows the dashboard can contain | 
| columns | Integer | Number of columns the dashboard can contain | 
title
Symbolic name for the dashboard. Max length of 255 characters.
- Label: Title
 - Kind: String
 - Default value: Dashboard
 - Required: false
 
description
Description for the dashboard.
- Label: Description
 - Kind: String
 - Size: MEDIUM
 - Required: false
 
parentId
Parent that the dashboard belongs to
- Label: Parent Id
 - Kind: String
 - Required: false
 - Transient: true
 
owner
The owner of this dashboard. This user has implicit read and edit permission on the dashboard
- Label: Owner
 - Kind: String
 - Required: false
 
tiles
Tiles in this dashboard
- Label: Tiles
 - Kind: List of xlrelease.Tile (contained)
 - Required: false
 - Reference type: xlrelease.Tile
 - As containment: true
 
roleViewers
List of roles or teams with view permission on this dashboard
- Label: Role Viewers
 - Kind: List of string
 - Required: false
 - Transient: true
 
roleEditors
List of roles or teams with edit permission on this dashboard
- Label: Role Editors
 - Kind: List of string
 - Required: false
 - Transient: true
 
rows
Set number of rows the dashboard can contain
- Label: Rows
 - Kind: Integer
 - Default value: 20
 - Required: false
 
columns
Number of columns the dashboard can contain
- Label: Columns
 - Kind: Integer
 - Default value: 3
 - Required: false
 
Hidden properties
| Property | Kind | Description | 
|---|---|---|
| supportedScopes | List of string | Determines on which levels the dashboard template can be used. | 
| configurationUri | String | URI of the HTML file to render the configuration mode of this dashboard | 
| scriptLocation | String | Custom classpath location of the dashboard configuration Jython script | 
| templateLocation | String | Custom classpath location of the dashboard template JSON file | 
supportedScopes
Determines on which levels the dashboard template can be used.
- Key: 
xlrelease.Dashboard.supportedScopes - Kind: List of string
 - Default value: [folder, global]
 - Hidden: true
 
configurationUri
URI of the HTML file to render the configuration mode of this dashboard
- Key: 
xlrelease.Dashboard.configurationUri - Kind: String
 - Hidden: true
 
scriptLocation
Custom classpath location of the dashboard configuration Jython script
- Key: 
xlrelease.Dashboard.scriptLocation - Kind: String
 - Hidden: true
 
templateLocation
Custom classpath location of the dashboard template JSON file
- Key: 
xlrelease.Dashboard.templateLocation - Kind: String
 - Hidden: true