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

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

package chrome.commands.bindings

import scala.scalajs.js

@js.native
trait Command extends js.Object {

  val name: js.UndefOr[String] = js.native
  val description: js.UndefOr[String] = js.native
  val shortcut: js.UndefOr[String] = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy