Interface BaseMeasure
Common interface of a Base measure, which is aggregation over Attribute.
Methods
format
format(
format):Measure
Formats the measure according to the given format definition.
Parameters
| Parameter | Type | Description |
|---|---|---|
format | string | Format string |
Returns
A formatted instance of this measure
getFormat
getFormat():
string|undefined
Gets the formatting string of this measure.
Returns
string | undefined
Formatting string
getSort
getSort():
Sort
Gets the sort definition of this measure.
Returns
sort
sort(
sort):Measure
Sorts the measure by the given sort definition.
Parameters
| Parameter | Type | Description |
|---|---|---|
sort | Sort | Sort definition |
Returns
A sorted instance of measure
Properties
aggregation
readonlyaggregation:string
Aggregation type
attribute
readonlyattribute:Attribute
Aggregated attribute
name
name:
string
Identity name of the element.
title
title:
string
Label displayed in UI.
type
readonlytype:string
Element type