Skip to content

ChromeExtensionCommand

This content is for v1.3.1. Switch to the latest version for up-to-date documentation.

Defined in: infrastructure/chrome/commands-adapter.ts:5

Chrome commands APIが返すcommandの最小shapeです。

https://developer.chrome.com/docs/extensions/reference/api/commands#type-Command

readonly optional description?: string

Defined in: infrastructure/chrome/commands-adapter.ts:7

Command説明です。


readonly optional name?: string

Defined in: infrastructure/chrome/commands-adapter.ts:9

Command名です。


readonly optional shortcut?: string

Defined in: infrastructure/chrome/commands-adapter.ts:11

有効なshortcutです。

Last updated: