Liking cljdoc? Tell your friends :D

web.dom.HTMLMeterElement

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

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

highcljs

(high this)

Property.

A double representing the value of the high boundary, reflecting high attribute.

Property.

A double representing the value of the high boundary, reflecting
high attribute.
sourceraw docstring

labelscljs

(labels this)

Property.

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

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 `<label>` elements associated with the `<meter>` element.

`var labelElements = meter.labels;`

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

set-high!cljs

(set-high! this val)

Property.

A double representing the value of the high boundary, reflecting high attribute.

Property.

A double representing the value of the high boundary, reflecting
high attribute.
sourceraw docstring

set-labels!cljs

(set-labels! this val)

Property.

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

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 `<label>` elements associated with the `<meter>` element.

`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