Type Alias KlarnaPlacement

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

Type declaration

  • htmlElement: HTMLElement | undefined

    The actual custom element rendered in the DOM

  • id: string | undefined
  • mount:function
  • unmount:function