Skip to content

ChromeExtensionCommand

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です。