
jsMain.web.html.HTMLBaseElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
import web.window.WindowTarget
abstract external class HTMLBaseElement :
HTMLElement {
/** Gets or sets the baseline URL on which relative links are based. */
var href: String
/** Sets or retrieves the window or frame at which to target content. */
var target: WindowTarget
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy