Skip to main content

@microsoft/fast-element > ViewTemplate > render

ViewTemplate.render() method

Creates an HTMLView from this template, binds it to the source, and then appends it to the host.

Signature:
render(source: TSource, host: Node | string, hostBindingTarget?: Element): HTMLView;

Parameters

ParameterTypeDescription
sourceTSourceThe data source to bind the template to.
hostNode | stringThe Element where the template will be rendered.
hostBindingTargetElementAn HTML element to target the host bindings at if different from the host that the template is being attached to.
Returns:

HTMLView