Klarna Web SDK v2/r6
    Preparing search index...

    Interface KlarnaPlacement

    interface KlarnaPlacement {
        htmlElement: HTMLElement;
        id?: string;
        mount(containerSelector: string | HTMLElement): this;
        unmount(): this;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    htmlElement: HTMLElement
    id?: string

    Methods

    • Parameters

      • containerSelector: string | HTMLElement

      Returns this