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

main.dom.html.PictureInPictureWindow.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.html

import web.events.Event
import web.events.EventHandler
import web.events.EventTarget

sealed external class PictureInPictureWindow :
    EventTarget {
    val height: Double
    var onresize: EventHandler?
    val width: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy