Skip to content

UseCommandHistoryKeyboardInput

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

Defined in: entrypoints/cli-page/use-command-history-keyboard.ts:23

Command history keyboard hook入力。

readonly commandHistory: readonly CommandHistoryKeyboardEntry[]

Defined in: entrypoints/cli-page/use-command-history-keyboard.ts:25

Command history一覧。


readonly inputValue: string

Defined in: entrypoints/cli-page/use-command-history-keyboard.ts:27

現在のCLI入力値。


readonly setInputValue: InputValueSetter

Defined in: entrypoints/cli-page/use-command-history-keyboard.ts:29

入力値setter。

Last updated: