SyntheticViewTemplate.create() method
@microsoft/fast-element > SyntheticViewTemplate > create
SyntheticViewTemplate.create() method
Creates a SyntheticView instance based on this template definition.
Signature:
create(): SyntheticView<TSource, TParent>;
Returns:
SyntheticView<TSource, TParent>