
jsMain.web.html.HTMLMetaElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.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