isAttributeElementsByValue()
Home > @gooddata/sdk-model > isAttributeElementsByValue
isAttributeElementsByValue() function
Type guard checking whether the provided object is list of attribute elements specified by their text value.
Signature:
export declare function isAttributeElementsByValue(obj: unknown): obj is IAttributeElementsByValue;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IAttributeElementsByValue