correlationId
Home > @gooddata/sdk-ui-dashboard > IDashboardCommand > correlationId
IDashboardCommand.correlationId property
Correlation ID can be provided when creating a command.
Signature:
readonly correlationId?: string;
Remarks
All events emitted during the command processing will contain the same correlation ID.
If the correlation ID is not specified, a random string will be assigned.