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

jsMain.web.window.PictureInPictureWindow.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.window

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