ItemDataDelta Interface
Contains the delta metadata.
Declaration
export interface ItemDataDelta
Remarks
Use the actualMeasureId and targetMeasureId properties to obtain the identifiers for measures that provide actual and target values, respectively.
Properties
actualMeasureId Property
Specifies the identifier for the measure that provides actual values.
Declaration
actualMeasureId: string
Property Value
Type | Description |
---|---|
string | A string value that is the measure identifier. |
id Property
Gets the data item identifier.
Declaration
id: string
Property Value
Type | Description |
---|---|
string | A string that is the data item identifier. |
name Property
Specifies the name of the data item container.
Declaration
name: string
Property Value
Type | Description |
---|---|
string | A string value that is the name of the data item container. |
targetMeasureId Property
Specifies the identifier for the measure that provides target values.
Declaration
targetMeasureId: string
Property Value
Type | Description |
---|---|
string | A string value that is the measure identifier. |