render
Creates a RenderContext for Tags and mounts it to a constant element in the static html file which id matches the selector. It also applies the given Theme
See also
render
Parameters
content
RenderContext for rendering the data to the DOM
override
if true all child elements are removed before rendering
selector
query selector of the element to mount to
Creates a render context for Tags and mounts it to an HTMLElement. It also applies the given Theme.
See also
render
Parameters
content
RenderContext for rendering the data to the DOM
override
if true all child elements are removed before rendering
targetElement
HTMLElement to mount to, default is document.body
theme
Theme used in this RenderContext