Skip to main content
A newer version of this page is available. .

ItemDataMeasure Interface

Contains the measure metadata.

Declaration

export interface ItemDataMeasure

Remarks

The measure metadata contains the following information:

Use the ItemDataMeasure.format method to format the specified value using the format setting for the current measure.

See Also

Properties

dataMember Property

Declaration

dataMember: string

Property Value

Type
string

format Property

Declaration

format: (value: any) => string

Property Value

Type
(value: any) => string

id Property

Declaration

id: string

Property Value

Type
string

name Property

Declaration

name: string

Property Value

Type
string

summaryType Property

Declaration

summaryType: string

Property Value

Type
string