Create an template from html...
like template result and context
The template result like html...
.
The context passed to event handlers.
Append all nodes into target element or selector.
The target element where will append to.
Insert all the nodes in specified template before start node of current template.
Compare if current template result can merge with result
.
Extract all nodes into a fragment. You must insert the extracted fragment into a container soon. Used to get just parsed fragment, or reuse template nodes.
Get first element in template.
Get all the nodes in the template.
Merge current result with result
.
Moves all nodes out from parent container, and cache into a new fragment in order to use them later.
Initialize components inside a template and update it immediately. Elements are not connected but will be pre rendered.
Removes all the nodes in the template.
Replace all the nodes in current template with the nodes of specified template.
Generated using TypeDoc
Class to parse a template result returned from html
...
, and attach everything And can do some patches on it according to newly rendered template result.