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

constructor

Properties

_getTemplate

_getTemplate: TemplateFactory

_partCallback

_partCallback: PartCallback

_parts

_parts: Part[] = []

template

template: Template

Methods

_clone

  • _clone(): DocumentFragment

update

  • update(values: any[]): void

Generated using TypeDoc