Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLOutputElement

The HTMLOutputElement interface provides properties and methods those inherited from html.HTMLElement) for manipulating the and presentation of web.<output> elements.

The HTMLOutputElement interface provides properties and methods
those inherited from `html.HTMLElement`) for manipulating the
and presentation of `web.<output>` elements.
raw docstring

labelscljs

(labels this)

Property.

The HTMLOutputElement.labels read-only property returns a web.NodeList the web.<label> elements associated with the web.<output>

var labelElements = output.labels;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement/labels

Property.

The HTMLOutputElement.labels read-only property returns a `web.NodeList`
the `web.<label>` elements associated with the `web.<output>`

`var labelElements = output.labels;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement/labels`
sourceraw docstring

set-labels!cljs

(set-labels! this val)

Property.

The HTMLOutputElement.labels read-only property returns a web.NodeList the web.<label> elements associated with the web.<output>

var labelElements = output.labels;

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement/labels

Property.

The HTMLOutputElement.labels read-only property returns a `web.NodeList`
the `web.<label>` elements associated with the `web.<output>`

`var labelElements = output.labels;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement/labels`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close