LoadingComponent
Home > @gooddata/sdk-ui > IExecuteProps > LoadingComponent
IExecuteProps.LoadingComponent property
Provide component for rendering of the loading state.
Signature:
LoadingComponent?: IExecuteLoadingComponent;
Remarks
Note: When you provide both LoadingComponent and ErrorComponent, the children function with the execution result will be called only with a successful result.