Skip to content

@vttforge/core / BaseDocumentSheetMembers

Interface: BaseDocumentSheetMembers

What BaseDocumentSheet adds.

Methods

_replaceHTML()

_replaceHTML(result, content): void

Put the rendered content in the window.

The whole-content swap. Override for a sheet that updates in place: a viewer that keeps its scroll position across a page turn, say.

Parameters

result

HTMLElement

content

HTMLElement

Returns

void

MIT licensed.