
main.dom.html.HTMLModElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.html
abstract external class HTMLModElement :
HTMLElement {
/** Sets or retrieves reference information about the object. */
var cite: String
/** Sets or retrieves the date and time of a modification to the object. */
var dateTime: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy