MeterElement
package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
The HTML meter
elements expose the HTMLMeterElement
interface, which provides special properties and methods (beyond the HTMLElement
object interface they also have available to them by inheritance) for manipulating the layout and presentation of meter
elements.
Documentation HTMLMeterElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
high:Float
A double
representing the value of the high boundary, reflecting the high
attribute.
read onlylabels:NodeList
A NodeList
of label
elements that are associated with the element.
low:Float
A double
representing the value of the low boundary, reflecting the low
attribute.
max:Float
A double
representing the maximum value, reflecting the max
attribute.
min:Float
A double
representing the minimum value, reflecting the min
attribute.
optimum:Float
A double
representing the optimum, reflecting the optimum
attribute.
value:Float
A double
representing the currrent value, reflecting the value
attribute.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MeterElement.html