Back to Devexpress

ItemDataDelta Interface

dashboard-js-devexpress-dot-dashboard-dot-data-3667489f.md

latest1.5 KB
Original Source

ItemDataDelta Interface

Contains the delta metadata.

Declaration

ts
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

ts
actualMeasureId: string

Property Value

TypeDescription
string

A string value that is the measure identifier.

|

id Property

Gets the data item identifier.

Declaration

ts
id: string

Property Value

TypeDescription
string

A string that is the data item identifier.

|

name Property

Specifies the name of the data item container.

Declaration

ts
name: string

Property Value

TypeDescription
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

ts
targetMeasureId: string

Property Value

TypeDescription
string

A string value that is the measure identifier.

|