@microsoft/fast-element > ElementViewTemplate > create
ElementViewTemplate.create() method
Creates an ElementView instance based on this template definition.
Signature:create(hostBindingTarget: Element): ElementView;
Parameters
Parameter | Type | Description |
---|---|---|
hostBindingTarget | Element | The element that host behaviors will be bound to. |