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 loadingloading: currently loading