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