changeIgnoreExecutionTimestamp()
Home > @gooddata/sdk-ui-dashboard > changeIgnoreExecutionTimestamp
changeIgnoreExecutionTimestamp() function
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.
Creates the IChangeIgnoreExecutionTimestamp command.
Signature:
export declare function changeIgnoreExecutionTimestamp(ignoreExecutionTimestamp: boolean, correlationId?: string): IChangeIgnoreExecutionTimestamp;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ignoreExecutionTimestamp |
boolean | |
|
correlationId |
string |
(Optional) specify correlation id. It will be included in all events that will be emitted during the command processing. |
Returns:
IChangeIgnoreExecutionTimestamp
change ignore execution timestamp command
Remarks
Dispatching the commands will result into setting state to ignore execution timestamp.