selectIsWorkingFilterContextChanged
Home > @gooddata/sdk-ui-dashboard > selectIsWorkingFilterContextChanged
selectIsWorkingFilterContextChanged variable
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 true if working filters and applied filters are same.
Attribute filters are considered equal if - they have same localIdentifier - they have same elements (order does not matter) - all other fields are deep equal EXCEPT displayForm We exclude diplayForm becuase of primary display form migration code. Which changes display forms after update.
Signature:
selectIsWorkingFilterContextChanged: DashboardSelector<boolean | undefined>