![JAR search and dependency download from the Maven repository](/logo.png)
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