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

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

package chrome.tabs.bindings

import scala.scalajs.js

@js.native
trait ChangeInfo extends js.Object {

  def status: js.UndefOr[Tab.Status] = js.native

  def url: js.UndefOr[String] = js.native

  def pinned: js.UndefOr[Boolean] = js.native

  def favIconUrl: js.UndefOr[String] = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy