Liking cljdoc? Tell your friends :D
ClojureScript only.

html.HTMLMeterElement

The HTML web.<meter> elements expose the HTMLMeterElement interface, provides special properties and methods (beyond the html.HTMLElement interface they also have available to them by inheritance) for the layout and presentation of web.<meter> elements.

The HTML `web.<meter>` elements expose the HTMLMeterElement interface,
provides special properties and methods (beyond the `html.HTMLElement`
interface they also have available to them by inheritance) for
the layout and presentation of `web.<meter>` elements.
raw docstring

labelscljs

(labels this)

Property.

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

var labelElements = meter.labels;

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

Property.

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

`var labelElements = meter.labels;`

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

set-labels!cljs

(set-labels! this val)

Property.

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

var labelElements = meter.labels;

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

Property.

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

`var labelElements = meter.labels;`

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

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

× close