isAllDashboardMeasureValueFilter()
Home > @gooddata/sdk-model > isAllDashboardMeasureValueFilter
isAllDashboardMeasureValueFilter() 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 "All" dashboard measure value filter — a no-op MVF with no effective conditions (undefined or empty array). Such filters do not restrict execution and are typically stripped from stored filter contexts.
Signature:
export declare function isAllDashboardMeasureValueFilter(obj: unknown): boolean;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
unknown |
Returns:
boolean