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

chrome.app.window.bindings.ContentBounds.scala Maven / Gradle / Ivy

package chrome.app.window.bindings

import scala.scalajs.js

@js.native
trait ContentBounds extends js.Object {

  var left: js.UndefOr[Int] = js.native
  var top: js.UndefOr[Int] = js.native
  var width: js.UndefOr[Int] = js.native
  var height: js.UndefOr[Int] = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy