selectExecutionResult
Home > @gooddata/sdk-ui-dashboard > selectExecutionResult
selectExecutionResult variable
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.
Signature:
selectExecutionResult: (state: DashboardState, id: import("@reduxjs/toolkit").EntityId) => {
id: string;
isLoading: boolean;
executionResult?: import("@gooddata/sdk-backend-spi").IExecutionResult | undefined;
error?: import("@gooddata/sdk-ui").GoodDataSdkError | undefined;
warnings?: import("@gooddata/sdk-model").IResultWarning[] | undefined;
}