isAllValuesDashboardAttributeFilter()
Home > @gooddata/sdk-model > isAllValuesDashboardAttributeFilter
isAllValuesDashboardAttributeFilter() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Type-guard testing whether the provider object is an All values attribute filter
Signature:
export declare function isAllValuesDashboardAttributeFilter(obj: unknown): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
boolean