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

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

// Automatically generated - do not modify!

package dom.html

abstract external class HTMLMetaElement :
    HTMLElement {
    /** Gets or sets meta-information to associate with httpEquiv or name. */
    var content: String

    /** Gets or sets information used to bind the value of a content attribute of a meta element to an HTTP response header. */
    var httpEquiv: String
    var media: String

    /** Sets or retrieves the value specified in the content attribute of the meta object. */
    var name: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy