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.
(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.
(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`
(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.
(max this)
Property.
A double representing the maximum value, reflecting the max attribute.
Property. A double representing the maximum value, reflecting the max attribute.
(min this)
Property.
A double representing the minimum value, reflecting the min attribute.
Property. A double representing the minimum value, reflecting the min attribute.
(optimum this)
Property.
A double representing the optimum, reflecting the optimum attribute.
Property. A double representing the optimum, reflecting the optimum attribute.
(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.
(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.
(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.
(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.
(set-optimum! this val)
Property.
A double representing the optimum, reflecting the optimum attribute.
Property. A double representing the optimum, reflecting the optimum attribute.
(set-value! this val)
Property.
A double representing the currrent value, reflecting the value
Property. A double representing the currrent value, reflecting the value
(value this)
Property.
A double representing the currrent value, reflecting the value
Property. A double representing the currrent value, reflecting the value
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close