DashboardIgnoreExecutionTimestampChanged
Home > @gooddata/sdk-ui-dashboard > DashboardIgnoreExecutionTimestampChanged
DashboardIgnoreExecutionTimestampChanged interface
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.
This event is emitted at the end of successful 'change ignore execution timestamp' command processing.
When executionTimestamp is provided to the dashboard, each execution is using this timestamp. This event instructs the application to react on the ignore flag for execution timestamp in all following executions.
Signature:
export interface DashboardIgnoreExecutionTimestampChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardIgnoreExecutionTimestampChangedPayload | (ALPHA) |
type | readonly | "GDC.DASH/EVT.IGNORE_EXECUTION_TIMESTAMP_CHANGED" | (ALPHA) |