isElementsQueryOptionsElementsByValue()
Home > @gooddata/sdk-backend-spi > isElementsQueryOptionsElementsByValue
isElementsQueryOptionsElementsByValue() function
Type guard checking whether the object is an instance of IElementsQueryOptionsElementsByValue.
Signature:
export declare function isElementsQueryOptionsElementsByValue(obj: unknown): obj is IElementsQueryOptionsElementsByValue;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns: