ITableSubtotalMeasureValue
Home > @gooddata/sdk-ui > ITableSubtotalMeasureValue
ITableSubtotalMeasureValue interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface ITableSubtotalMeasureValue
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columnDefinition | ITableValueColumnDefinition | ITableSubtotalColumnDefinition | (ALPHA) | |
columnIndex | number | (ALPHA) | |
formattedValue | string | null | (ALPHA) | |
rowDefinition | ITableValueRowDefinition | ITableSubtotalRowDefinition | (ALPHA) | |
rowIndex | number | (ALPHA) | |
type | "subtotalValue" | (ALPHA) | |
value | DataValue | (ALPHA) |