Skip to content

UseBookmarkCliKeyboardInput

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:49

Bookmark CLI keyboard hook入力。

readonly closeCliPage: CloseCliPageHandler

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:51

CLI pageを閉じる関数。


readonly closeCommandHistoryList: () => void

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:55

Command history一覧を閉じる関数。

void


readonly commandState: BookmarkCliCommandState

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:53

現在のcommand state。


readonly executeInputValue: CommandInputExecutor

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:57

Command入力値を実行する関数。


readonly handleCommandExecutionError: CommandExecutionErrorHandler

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:59

Command実行失敗handler。


readonly inputValue: string

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:61

現在のCLI入力値。


readonly selectedResultIndex: ResultCursorIndex

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:63

選択中result index。


readonly selectedSuggestionIndex: CompletionCursorIndex

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:65

選択中suggestion index。


readonly setInputValue: InputValueSetter

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:67

入力値setter。


readonly setSelectedResultIndex: ResultCursorSetter

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:69

Result cursor setter。


readonly setSelectedSuggestionIndex: SuggestionCursorSetter

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:71

Suggestion cursor setter。


readonly showCommandHistoryList: () => boolean

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:73

Command history一覧を表示する関数。

boolean


readonly suggestionItems: readonly BookmarkCliSuggestionItem[]

Defined in: entrypoints/cli-page/use-bookmark-cli-keyboard.ts:75

入力中commandのsuggestion一覧。