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

io.frontroute.domext.WindowWithScrollXY.scala Maven / Gradle / Ivy

The newest version!
package io.frontroute.domext

import scala.scalajs.js

@js.native
private[frontroute] trait WindowWithScrollXY extends js.Object {

  val scrollX: js.UndefOr[Double] = js.native
  val scrollY: js.UndefOr[Double] = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy