Skip to content

API Documentation / @pinia/colada / AsyncStatus

Type Alias: AsyncStatus

ts
type AsyncStatus = "idle" | "loading";

The status of an async operation tied to pinia colada e.g. queries and mutations.

  • idle: not loading
  • loading: currently loading

Released under the MIT License.