Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TemplateInstance

An instance of a Template that can be attached to the DOM and updated with new values.

Hierarchy

  • TemplateInstance

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

options

options: RenderOptions

processor

template

template: Template

Methods

_clone

  • _clone(): DocumentFragment

update

  • update(values: keyof unknown[]): void

Generated using TypeDoc