Interface KlarnaUIElement
interface KlarnaUIElement { htmlElement: HTMLElement; id?: string; mount(containerSelector: string | HTMLElement): this; unmount(): this;} Properties
htmlElement
htmlElement: HTMLElement
Optional
id
id?: string
Methods
mount
mount(containerSelector: string | HTMLElement): this Parameters
- containerSelector: string | HTMLElement
Returns this
unmount
Returns this