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

main.dom.html.HTMLAreaElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.html

import dom.DOMTokenList

abstract external class HTMLAreaElement :
    HTMLElement,
    HTMLHyperlinkElementUtils {
    /** Sets or retrieves a text alternative to the graphic. */
    var alt: String

    /** Sets or retrieves the coordinates of the object. */
    var coords: String
    var download: String
    var ping: String
    var referrerPolicy: String
    var rel: String
    val relList: DOMTokenList

    /** Sets or retrieves the shape of the object. */
    var shape: String

    /** Sets or retrieves the window or frame at which to target content. */
    var target: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy