mount method

dynamic mount(
  1. HtmlElement? container
)

Mounts the Popup to the parent container

Implementation

external dynamic /*Promise<void>*/ mount(HtmlElement? container);