isDashboardFilter()
Home > @gooddata/sdk-ui-dashboard > isDashboardFilter
isDashboardFilter() 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 provided object is an instance of IDashboardFilter.
Signature:
export declare function isDashboardFilter(obj: unknown): obj is IDashboardFilter;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IDashboardFilter