Options
All
  • Public
  • Public/Protected
  • All
Menu

A template updates the children of an element.

Type parameters

  • P = any

    The type of the template parameters.

Hierarchy

  • Template

Index

Methods

Methods

render

  • render(destination: Element | DocumentFragment, parameters?: TemplateParameters & P): void
  • Render the template.

    Parameters

    • destination: Element | DocumentFragment

      the destination node

    • Optional parameters: TemplateParameters & P

      the parameters of the rendering

    Returns void

Generated using TypeDoc