All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.html.HTMLMeterElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

import web.dom.NodeListOf

abstract external class HTMLMeterElement :
    HTMLElement {
    var high: Double
    val labels: NodeListOf
    var low: Double
    var max: Double
    var min: Double
    var optimum: Double
    var value: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy