Skip to main content

@microsoft/fast-element > SyntheticViewTemplate

SyntheticViewTemplate interface

A template capable of rendering views not specifically connected to custom elements.

Signature:
export interface SyntheticViewTemplate<TSource = any, TParent = any> 

Methods

MethodDescription
create()Creates a SyntheticView instance based on this template definition.