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

Hierarchy (View Summary)

Properties

Methods

Properties

htmlElement: HTMLElement
id?: string

Methods

  • Parameters

    • containerSelector: string | HTMLElement

    Returns this