isGrandTotalRowDefinition()
Home > @gooddata/sdk-ui > isGrandTotalRowDefinition
isGrandTotalRowDefinition() function
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.
Type guard to check if a row definition is a grand total row.
Signature:
export declare function isGrandTotalRowDefinition(row: ITableRowDefinition): row is ITableGrandTotalRowDefinition;
Parameters
Parameter | Type | Description |
---|---|---|
row | ITableRowDefinition | The row definition to check |
Returns:
row is ITableGrandTotalRowDefinition
true if the row is a grand total row