Function renderCachedTemplatePrivate
- renderCachedTemplate(path, data?): string
Internal
Parameters
-
path: "systems/pf1/templates/apps/compendium-browser/checkbox-filter.hbs" | "systems/pf1/templates/apps/compendium-browser/minmax-filter.hbs" | "systems/pf1/templates/apps/attack-roll-dialog.hbs" | "systems/pf1/templates/apps/help-browser.hbs" | "systems/pf1/templates/apps/level-up/health_roll.hbs" | "systems/pf1/templates/apps/level-up/health_manual.hbs" | "systems/pf1/templates/apps/level-up/fc_hp.hbs" | "systems/pf1/templates/apps/level-up/fc_skill.hbs" | "systems/pf1/templates/apps/level-up/fc_alt.hbs" | "systems/pf1/templates/apps/level-up/ability-score.hbs" | "systems/pf1/templates/apps/level-up/summary.hbs" | "systems/pf1/templates/hud/tooltip.hbs" | "systems/pf1/templates/apps/vision-permission.hbs" | "systems/pf1/templates/actors/parts/actor-summary.hbs" | "systems/pf1/templates/actors/parts/actor-traits.hbs" | "systems/pf1/templates/actors/parts/actor-inventory.hbs" | "systems/pf1/templates/actors/parts/actor-features.hbs" | "systems/pf1/templates/actors/parts/actor-spellbook-front.hbs" | "systems/pf1/templates/actors/parts/actor-spellbook.hbs" | "systems/pf1/templates/actors/parts/actor-skills-front.hbs" | "systems/pf1/templates/actors/parts/actor-skills.hbs" | "systems/pf1/templates/actors/parts/actor-combat.hbs" | "systems/pf1/templates/actors/parts/actor-defenses_tables.hbs" | "systems/pf1/templates/actors/parts/actor-buffs.hbs" | "systems/pf1/templates/actors/parts/actor-attributes.hbs" | "systems/pf1/templates/actors/parts/actor-settings.hbs" | "systems/pf1/templates/actors/parts/actor-settings-ability-scores.hbs" | "systems/pf1/templates/actors/parts/actor-cmb.hbs" | "systems/pf1/templates/actors/parts/actor-contextNotes.hbs" | "systems/pf1/templates/actors/parts/actor-source-details.hbs" | "systems/pf1/templates/internal/item-search.hbs" | "systems/pf1/templates/internal/table_magic-items.hbs" | "systems/pf1/templates/items/parts/item-actions.hbs" | "systems/pf1/templates/items/parts/item-advanced.hbs" | "systems/pf1/templates/items/parts/item-aura.hbs" | "systems/pf1/templates/items/parts/item-base-types.hbs" | "systems/pf1/templates/items/parts/item-changes.hbs" | "systems/pf1/templates/items/parts/item-contents.hbs" | "systems/pf1/templates/items/parts/item-description.hbs" | "systems/pf1/templates/items/parts/item-links.hbs" | "systems/pf1/templates/items/parts/item-name.hbs" | "systems/pf1/templates/items/parts/item-proficiencies.hbs" | "systems/pf1/templates/items/parts/item-size.hbs" | "systems/pf1/templates/items/parts/item-tag.hbs" | "systems/pf1/templates/items/parts/item-tags.hbs" | "systems/pf1/templates/items/parts/item-weapon-groups.hbs" | "systems/pf1/templates/apps/item-action/action.hbs" | "systems/pf1/templates/apps/item-action/activation.hbs" | "systems/pf1/templates/apps/item-action/template.hbs" | "systems/pf1/templates/apps/item-action/conditionals.hbs" | "systems/pf1/templates/apps/compendium-browser/entries.hbs" | "systems/pf1/templates/chat/roll-ext.hbs" | "systems/pf1/templates/chat/defenses.hbs" | "systems/pf1/templates/chat/parts/gm-description.hbs" | "systems/pf1/templates/chat/parts/attack-roll-header.hbs" | "systems/pf1/templates/chat/parts/attack-roll-footer.hbs" | "systems/pf1/templates/chat/parts/attack-roll-targets.hbs" | "systems/pf1/templates/internal/spell-description.hbs" | "systems/pf1/templates/internal/consumable-description.hbs" | "systems/pf1/templates/internal/damage-tooltip.hbs" | "systems/pf1/templates/internal/token-config_vision.hbs" | "systems/pf1/templates/internal/damage-type-visual.hbs" | "systems/pf1/templates/hud/tooltip_actor.hbs" | "systems/pf1/templates/apps/level-up/summary/health.hbs" | "systems/pf1/templates/apps/level-up/summary/fc.hbs" | "systems/pf1/templates/apps/level-up/summary/ability-score.hbs"
-
Optional
data: object = {}
Returns string
The rendered HTML
Synchronously render a cached Handlebars template using provided data.