dashboard-js-devexpress-dot-dashboard-dot-data-3667489f.md
Contains the delta metadata.
export interface ItemDataDelta
Use the actualMeasureId and targetMeasureId properties to obtain the identifiers for measures that provide actual and target values, respectively.
Specifies the identifier for the measure that provides actual values.
actualMeasureId: string
| Type | Description |
|---|---|
| string |
A string value that is the measure identifier.
|
Gets the data item identifier.
id: string
| Type | Description |
|---|---|
| string |
A string that is the data item identifier.
|
Specifies the name of the data item container.
name: string
| Type | Description |
|---|---|
| string |
A string value that is the name of the data item container.
|
Specifies the identifier for the measure that provides target values.
targetMeasureId: string
| Type | Description |
|---|---|
| string |
A string value that is the measure identifier.
|