Mixin: module:delite/Template

module:delite/Template

Class to compile an AST representing a template into a function to generate that template's DOM, and set up listeners to update the DOM as the widget properties change.

See the reference documentation for details on the AST format.

Source:
Show inherited

Members

<readonly> func :function

Generated function.

Type:
  • function
Source:

<readonly> text :string

Text of the generated function.

Type:
  • string
Source: