isDashboardFilterContextChanged()
Home > @gooddata/sdk-ui-dashboard > isDashboardFilterContextChanged
isDashboardFilterContextChanged() function
Tests whether the provided object is an instance of DashboardFilterContextChanged.
Signature:
isDashboardFilterContextChanged: (obj: unknown) => obj is DashboardFilterContextChanged
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown | object to test |
Returns: