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

jsMain.web.viewport.VisualViewport.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.viewport

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

sealed external class VisualViewport :
    EventTarget {
    val height: Double
    val offsetLeft: Int
    val offsetTop: Int
    var onresize: EventHandler?
    var onscroll: EventHandler?
    val pageLeft: Double
    val pageTop: Double
    val scale: Double
    val width: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy