
jsMain.web.html.HTMLMapElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
abstract external class HTMLMapElement :
HTMLElement {
/** Retrieves a collection of the area objects defined for the given map object. */
val areas: HTMLCollection<*>
/** Sets or retrieves the name of the object. */
var name: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy