mount method
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);