The HTMLTemplateElement interface enables access to the contents
an HTML <template>
element.
The HTMLTemplateElement interface enables access to the contents an HTML `<template>` element.
(content this)
Property.
[Read Only]
The HTMLTemplateElement.content property returns a <template>
template contents (a web.DocumentFragment
).
var documentFragment = templateElement.content
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/content
Property. [Read Only] The HTMLTemplateElement.content property returns a <template> template contents (a `web.DocumentFragment`). `var documentFragment = templateElement.content` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/content`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close