Skip to content

@vttforge/core / BaseHandlebarsApplicationMembers

Interface: BaseHandlebarsApplicationMembers ​

What BaseHandlebarsApplication adds on top of Foundry's ApplicationV2.

Methods ​

_preparePartContext() ​

_preparePartContext(partId, context, options): Promise<ApplicationRenderContext>

Per-part context, on top of what _prepareContext returned.

Override it to give one part data the others do not need. The default hands the shared context straight back.

Parameters ​

partId ​

string

context ​

ApplicationRenderContext

options ​

ApplicationRenderOptions

Returns ​

Promise<ApplicationRenderContext>

MIT licensed.