Inttegro Web SDKs - v0.1.0
Studio
GitHub
Preparing search index...
@inttegro/js
CheckoutState
Type Alias CheckoutState
CheckoutState
:
"idle"
|
"mounting"
|
"ready"
|
"destroyed"
Current lifecycle state of a
CheckoutController
.
idle
: created but not mounted, cleanly unmounted, or returned after a failed mount;
CheckoutController.mount
may be called.
mounting
: the iframe exists and is negotiating readiness.
ready
: Checkout is interactive and
CheckoutController.mount
has resolved.
destroyed
: terminal state; create a new controller to show Checkout again.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Studio
GitHub
Inttegro Web SDKs - v0.1.0
Loading...
Current lifecycle state of a CheckoutController.
idle: created but not mounted, cleanly unmounted, or returned after a failed mount; CheckoutController.mount may be called.mounting: the iframe exists and is negotiating readiness.ready: Checkout is interactive and CheckoutController.mount has resolved.destroyed: terminal state; create a new controller to show Checkout again.