useExecution()
Home > @gooddata/sdk-ui > useExecution
useExecution() function
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Warning: This API is now obsolete.
use useExecutionDataView() instead
This hook provides a simplified interface for creating executions.
Signature:
export declare function useExecution(config: IUseExecutionConfig): IPreparedExecution;
Parameters
Parameter | Type | Description |
---|---|---|
config | IUseExecutionConfig |
Returns:
Remarks
It builds the execution on top of the backend passed to the BackendProvider, and workspace passed to the WorkspaceProvider.