isAttributeValueSort()
Home > @gooddata/sdk-model > isAttributeValueSort
isAttributeValueSort() function
Type guard checking whether an object is a normal attribute value sort item, not the area one.
Signature:
export declare function isAttributeValueSort(obj: unknown): obj is IAttributeSortItem;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IAttributeSortItem