ChromeCommandShortcutReader
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/commands-adapter.ts:86
Command shortcut readerです。
Properties
Section titled “Properties”readCommandShortcut
Section titled “readCommandShortcut”
readonlyreadCommandShortcut: (commandName) =>Promise<CommandShortcut>
Defined in: infrastructure/chrome/commands-adapter.ts:88
Command shortcutを読み取ります。
Parameters
Section titled “Parameters”commandName
Section titled “commandName”string
Returns
Section titled “Returns”Promise<CommandShortcut>