interface KlarnaPlacement {
    htmlElement: HTMLElement;
    id: string;
    mount(container: string | HTMLElement): KlarnaPlacement;
    unmount(): KlarnaPlacement;
}

Properties

Methods

Properties

htmlElement: HTMLElement

The actual custom element rendered in the DOM

id: string

Methods