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

chrome.tabs.bindings.ZoomChangeInfo.scala Maven / Gradle / Ivy

package chrome.tabs.bindings

import scala.scalajs.js

@js.native
trait ZoomChangeInfo extends js.Object {

  def tabId: Tab.Id = js.native

  def oldZoomFactor: Double = js.native

  def newZoomFactor: Double = js.native

  def zoomSettings: ZoomSettings = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy