DashletValues
No description
type DashletValues {
uuid: String
data: String
dashletClass: String
}
Fields
DashletValues.uuid ● String scalar
unique ID (uuid) of the dashlet
DashletValues.data ● String scalar
data use to render the dashlet (JSON)
DashletValues.dashletClass ● String scalar
dashletClass used to render dashlet content
Returned By
dashboardValues query ● dashboardValuesEx query