ChangeIgnoreExecutionTimestamp
Home > @gooddata/sdk-ui-dashboard > ChangeIgnoreExecutionTimestamp
ChangeIgnoreExecutionTimestamp 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.
Command for changing the ignore logic of execution timestamp.
When executionTimestamp is provided to the dashboard, each execution is using this timestamp. This command instructs the application to change the ignore flag for the execution timestamp in all following executions.
Signature:
export interface ChangeIgnoreExecutionTimestamp extends IDashboardCommand
Extends: IDashboardCommand
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | ChangeIgnoreExecutionTimestampPayload | (ALPHA) |
type | readonly | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | (ALPHA) |