
jsMain.web.html.HTMLSourceElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
abstract external class HTMLSourceElement :
HTMLElement {
var height: Double
/** Gets or sets the intended media type of the media source. */
var media: String
var sizes: String
/** The address or URL of the a media resource that is to be considered. */
var src: String
var srcset: String
/** Gets or sets the MIME type of a media resource. */
var type: String
var width: Double
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy