setExecutionResultLoading()
Home > @gooddata/sdk-ui-dashboard > setExecutionResultLoading
setExecutionResultLoading() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates an UpsertExecutionResult command that makes the relevant execution result indicate it is loading.
Signature:
export declare function setExecutionResultLoading(id: ObjRef | string, correlationId?: string): UpsertExecutionResult;
Parameters
Parameter | Type | Description |
---|---|---|
id | ObjRef | string | |
correlationId | string | (Optional) |
Returns: