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.

[Read Only]

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.

[Read Only]

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

lowcljs

(low this)

Property.

A double representing the value of the low boundary, reflecting lowattribute.

Property.

A double representing the value of the low boundary, reflecting
lowattribute.
sourceraw docstring

maxcljs

(max this)

Property.

A double representing the maximum value, reflecting the max attribute.

Property.

A double representing the maximum value, reflecting the max attribute.
sourceraw docstring

mincljs

(min this)

Property.

A double representing the minimum value, reflecting the min attribute.

Property.

A double representing the minimum value, reflecting the min attribute.
sourceraw docstring

optimumcljs

(optimum this)

Property.

A double representing the optimum, reflecting the optimum attribute.

Property.

A double representing the optimum, reflecting the optimum attribute.
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-low!cljs

(set-low! this val)

Property.

A double representing the value of the low boundary, reflecting lowattribute.

Property.

A double representing the value of the low boundary, reflecting
lowattribute.
sourceraw docstring

set-max!cljs

(set-max! this val)

Property.

A double representing the maximum value, reflecting the max attribute.

Property.

A double representing the maximum value, reflecting the max attribute.
sourceraw docstring

set-min!cljs

(set-min! this val)

Property.

A double representing the minimum value, reflecting the min attribute.

Property.

A double representing the minimum value, reflecting the min attribute.
sourceraw docstring

set-optimum!cljs

(set-optimum! this val)

Property.

A double representing the optimum, reflecting the optimum attribute.

Property.

A double representing the optimum, reflecting the optimum attribute.
sourceraw docstring

set-value!cljs

(set-value! this val)

Property.

A double representing the currrent value, reflecting the value

Property.

A double representing the currrent value, reflecting the value
sourceraw docstring

valuecljs

(value this)

Property.

A double representing the currrent value, reflecting the value

Property.

A double representing the currrent value, reflecting the value
sourceraw docstring

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

× close