BrowserShortcutSettingsCommandsApi
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/shortcut-settings-page-adapter.ts:5
Firefox shortcut設定画面を開くcommands APIの最小shapeです。
Properties
Section titled “Properties”getAll
Section titled “getAll”
readonlygetAll: () =>Promise<readonlyunknown[]>
Defined in: infrastructure/chrome/shortcut-settings-page-adapter.ts:7
Command一覧を取得します。
Returns
Section titled “Returns”Promise<readonly unknown[]>
openShortcutSettings?
Section titled “openShortcutSettings?”
readonlyoptionalopenShortcutSettings?: () =>Promise<unknown>
Defined in: infrastructure/chrome/shortcut-settings-page-adapter.ts:9
Shortcut設定画面を開きます。
Returns
Section titled “Returns”Promise<unknown>