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

jsMain.web.html.HTMLEmbedElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

import web.dom.Document

abstract external class HTMLEmbedElement :
    HTMLElement {
    /** Sets or retrieves the height of the object. */
    var height: String

    /** Sets or retrieves a URL to be loaded by the object. */
    var src: String
    var type: String

    /** Sets or retrieves the width of the object. */
    var width: String
    fun getSVGDocument(): Document?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy