Inttegro Web SDKs - v0.1.0
    Preparing search index...

    Interface CheckoutExposed

    Imperative operations exposed by Checkout through a Vue template ref.

    interface CheckoutExposed {
        focus(): void;
        update(options: CheckoutUpdateOptions): void;
    }
    Index
    • Moves focus into Checkout when the controller is ready; otherwise does nothing.

      Returns void

    • Applies a new locale or theme when a controller exists.

      Parameters

      • options: CheckoutUpdateOptions

      Returns void