isAttributeFilterWithSelection()
Home > @gooddata/sdk-model > isAttributeFilterWithSelection
isAttributeFilterWithSelection() function
Type guard checking whether the provided object is an attribute filter with selection by elements.
Signature:
export declare function isAttributeFilterWithSelection(obj: unknown): obj is IAttributeFilterWithSelection;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
unknown |
Returns: