Skip to content

API Documentation / @pinia/colada / DataStateStatus

Type Alias: DataStateStatus

ts
type DataStateStatus = "pending" | "error" | "success";

The status of data.

  • pending: initial state
  • error: has an error
  • success: has data

Released under the MIT License.