window.HTMLTemplateElement

[ This feature is behind a feature flag. You must turn on enableSWCSupport in the featureFlags section of plugin manifest to use the same ]

See: Web APIs - HTMLTemplateElement
Since: v7.0.0

content : DocumentFragment

Read only Returns a template element's template content. return type is DocumentFragment object.

See: HTMLTemplateElement - content