The HTMLDataElement interface provides special properties (beyond
regular html.HTMLElement interface it also has available to
by inheritance) for manipulating web.<data> elements.
The HTMLDataElement interface provides special properties (beyond regular `html.HTMLElement` interface it also has available to by inheritance) for manipulating `web.<data>` elements.
(set-value! this val)Property.
The value property of the html.HTMLDataElement interface returns
dom.DOMString reflecting the value HTML attribute.
var aValue = htmlDataElement.value htmlDataElement.value = aValue
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement/value
Property. The value property of the `html.HTMLDataElement` interface returns `dom.DOMString` reflecting the value HTML attribute. `var aValue = htmlDataElement.value htmlDataElement.value = aValue` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement/value`
(value this)Property.
The value property of the html.HTMLDataElement interface returns
dom.DOMString reflecting the value HTML attribute.
var aValue = htmlDataElement.value htmlDataElement.value = aValue
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement/value
Property. The value property of the `html.HTMLDataElement` interface returns `dom.DOMString` reflecting the value HTML attribute. `var aValue = htmlDataElement.value htmlDataElement.value = aValue` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement/value`
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 |