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