UseCancelablePromiseLoadingState
Home > @gooddata/sdk-ui > UseCancelablePromiseLoadingState
UseCancelablePromiseLoadingState type
Indicates loading state for useCancelablePromise() hook
Signature:
export type UseCancelablePromiseLoadingState = {
result: undefined;
error: undefined;
status: "loading";
};