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

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

// Automatically generated - do not modify!

package web.html

import web.dom.DOMTokenList
import web.http.ReferrerPolicy
import web.window.WindowTarget

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: ReferrerPolicy
    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: WindowTarget
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy