io.frontroute.domext.WindowWithScrollXY.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of frontroute_sjs1_3.0.0-RC1 Show documentation
Show all versions of frontroute_sjs1_3.0.0-RC1 Show documentation
Router library based for Laminar with DSL inspired by Akka HTTP.
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