Skip to main content

@microsoft/fast-element > ElementViewTemplate > create

ElementViewTemplate.create() method

Creates an ElementView instance based on this template definition.

Signature:
create(hostBindingTarget: Element): ElementView;

Parameters

ParameterTypeDescription
hostBindingTargetElementThe element that host behaviors will be bound to.
Returns:

ElementView