Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLProgressElement

The HTMLProgressElement interface provides special properties methods (beyond the regular html.HTMLElement interface it also available to it by inheritance) for manipulating the layout and of web.<progress> elements.

The HTMLProgressElement interface provides special properties
methods (beyond the regular `html.HTMLElement` interface it also
available to it by inheritance) for manipulating the layout and
of `web.<progress>` elements.
raw docstring

labelscljs

(labels this)

Property.

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

var labelElements = progress.labels;

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

Property.

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

`var labelElements = progress.labels;`

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

set-labels!cljs

(set-labels! this val)

Property.

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

var labelElements = progress.labels;

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

Property.

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

`var labelElements = progress.labels;`

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

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

× close