mount method

dynamic mount(
  1. HtmlElement? container
)

Renders the UI inside a DOM element specified by container.

@remarks container must either be a DOM Element (as returned by e.g. document.getElementById) or a JQuery object with a single element.

Implementation

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