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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |