Skip to content

Home > @liquidrazor/list-display > ListStatus

ListStatus type

Status values representing the lifecycle of the list data layer.

Signature:

typescript
export type ListStatus = "idle" | "loading" | "ready" | "streaming" | "error";