@microsoft/fast-element/declarative.js > PartialFASTElementDefinition > template
PartialFASTElementDefinition.template property
The template, or template resolver, for the custom element.
Signature:
readonly template?: ElementViewTemplate<InstanceType<TType>> | FASTElementTemplateResolver<TType>;