ChromeCommandsApi
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/commands-adapter.ts:18
Chrome commands APIのうちsettings popupが使う最小shapeです。
https://developer.chrome.com/docs/extensions/reference/api/commands#method-getAll
Properties
Section titled “Properties”getAll
Section titled “getAll”
readonlygetAll: () =>Promise<readonlyChromeExtensionCommand[]>
Defined in: infrastructure/chrome/commands-adapter.ts:20
登録済みcommand一覧を取得します。
Returns
Section titled “Returns”Promise<readonly ChromeExtensionCommand[]>