xlrelease.BlankDashboard
Blank dashboard without preconfigured tiles.
Type hierarchy: xlrelease.BlankDashboard > xlrelease.Dashboard > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: Blank template
Properties
Property | Kind | Description |
---|---|---|
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 |
title | String | Symbolic name for the dashboard. Max length of 255 characters. |
columns | Integer | Number of columns the dashboard can contain |
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
title
Symbolic name for the dashboard. Max length of 255 characters.
- Label: Title
- Kind: String
- Default value:
- Required: true
columns
Number of columns the dashboard can contain
- Label: Columns
- Kind: Integer
- Default value: 6
- Required: true
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.BlankDashboard.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.BlankDashboard.configurationUri
- Kind: String
- Hidden: true
scriptLocation
Custom classpath location of the dashboard configuration Jython script
- Key:
xlrelease.BlankDashboard.scriptLocation
- Kind: String
- Hidden: true
templateLocation
Custom classpath location of the dashboard template JSON file
- Key:
xlrelease.BlankDashboard.templateLocation
- Kind: String
- Hidden: true