
main.dom.html.HTMLBaseElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.html
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: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy