isUpperBound()
Home > @gooddata/sdk-model > isUpperBound
isUpperBound() function
Type guard checking whether the provided object is an upper bounded filter.
Signature:
export declare function isUpperBound(obj: unknown): obj is IUpperBoundedFilter;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IUpperBoundedFilter