Optional
options: {}Static
DEFAULT_Static
PARTSRender an HTMLElement for the Application. An Application subclass must implement this method in order for the Application to be renderable.
Context data for the render operation
Options which configure application rendering behavior
The result of HTML rendering may be implementation specific. Whatever value is returned here is passed to _replaceHTML
Render the Application, creating its HTMLElement and replacing its innerHTML. Add it to the DOM if it is not currently rendered and rendering is forced. Otherwise, re-render its contents.
Options which configure application rendering behavior.
A boolean is interpreted as the "force" option.
(default: {}
)
A Promise which resolves to the rendered Application instance
HTML Editor
Generic HTML text editor.