DateFilterValidationFailed
Home > @gooddata/sdk-ui-dashboard > DateFilterValidationFailed
DateFilterValidationFailed interface
This event may occur while the dashboard is handling the Load Dashboard command and is loading and validating dashboard configuration from the backend.
Signature:
export interface DateFilterValidationFailed extends IDashboardEvent
Extends: IDashboardEvent
Remarks
Part of that process is obtaining workspace's Date Filter configuration. If the date filter config stored in workspace has issues, then this event will occur.
Note that this event is not a show stopper. The dashboard load will recover and fall back to a safe date filter configuration.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DateFilterValidationFailedPayload | |
type | readonly | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" |