@vttforge/core / BaseApplicationMembers
Interface: BaseApplicationMembers
What BaseApplication adds on top of Foundry's ApplicationV2.
Methods
_replaceHTML()
_replaceHTML(
result,content):void
Put the rendered content in the window.
Provided because it is the half people forget. Override it for a window that updates in place rather than swapping its whole content.
Parameters
result
HTMLElement
content
HTMLElement
Returns
void