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