AsyncOperationStatus
Home > @gooddata/sdk-ui-filters > AsyncOperationStatus
AsyncOperationStatus type
Represents the current status of the asynchronous operation.
Signature:
export type AsyncOperationStatus = "pending" | "loading" | "success" | "error" | "canceled";