Skip to content

CompletionKeyboardActionInput

Defined in: entrypoints/cli-page/completion-keyboard.ts:37

Completion keyboard action入力。

readonly commandState: BookmarkCliCommandState

Defined in: entrypoints/cli-page/completion-keyboard.ts:39

現在のcommand state。


readonly event: CommandInputKeyEvent

Defined in: entrypoints/cli-page/completion-keyboard.ts:43

入力欄key event。


readonly executeInputValue: CommandInputExecutor

Defined in: entrypoints/cli-page/completion-keyboard.ts:41

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


readonly handleCommandExecutionError: CommandExecutionErrorHandler

Defined in: entrypoints/cli-page/completion-keyboard.ts:45

Command実行失敗handler。


readonly inputValue: string

Defined in: entrypoints/cli-page/completion-keyboard.ts:47

現在のCLI入力値。


readonly selectedResultIndex: ResultCursorIndex

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

選択中result index。


readonly selectedSuggestionIndex: CompletionCursorIndex

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

選択中suggestion index。


readonly setInputValue: InputValueSetter

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

入力値setter。


readonly setSelectedResultIndex: ResultCursorSetter

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

Result cursor setter。


readonly setSelectedSuggestionIndex: SuggestionCursorSetter

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

Suggestion cursor setter。


readonly suggestionItems: readonly BookmarkCliSuggestionItem[]

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

入力中commandのsuggestion一覧。