dashboardFilterObjRef()
Home > @gooddata/sdk-model > dashboardFilterObjRef
dashboardFilterObjRef() 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.
Returns objRef of the dashboard filter.
For attribute filters, this will be reference to the display form. For date filters, it's reference to the data set, or undefined if it's the default date filter.
Signature:
export declare function dashboardFilterObjRef(filter: FilterContextItem): ObjRef | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
filter | FilterContextItem |
Returns:
ObjRef | undefined