@usethrottle/checkout-react
Preparing search index...
ThrottleCheckoutStatus
Type Alias ThrottleCheckoutStatus
ThrottleCheckoutStatus
:
"idle"
|
"loading"
|
"recovering"
|
"ready"
|
"error"
Lifecycle status for the checkout orchestration.
idle
— no work in flight, no cart yet
loading
— a request is in flight
recovering
— the cart went stale (converted/abandoned); rebuilding from the last-known line items into a fresh session
ready
— a cart is present and no request is in flight
error
— the last operation failed (see
error
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@usethrottle/checkout-react
Loading...
Lifecycle status for the checkout orchestration.
idle— no work in flight, no cart yetloading— a request is in flightrecovering— the cart went stale (converted/abandoned); rebuilding from the last-known line items into a fresh sessionready— a cart is present and no request is in flighterror— the last operation failed (seeerror)