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

chrome.commands.bindings.Commands.scala Maven / Gradle / Ivy

package chrome.commands.bindings

import chrome.events.bindings.Event

import scala.scalajs.js
import scala.scalajs.js.annotation.JSGlobal

@js.native
@JSGlobal("chrome.commands")
object Commands extends js.Object {

  val onCommand: Event[js.Function1[String, _]] = js.native

  def getAll(callback: js.UndefOr[js.Function1[js.Array[Command], _]] =
        js.undefined): Unit = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy