BookmarkCliAppScreenProps
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:14
Bookmark CLI app screen props。
Properties
Section titled “Properties”commandState
Section titled “commandState”
readonlycommandState:BookmarkCliCommandState
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:16
現在のcommand state。
inputValue
Section titled “inputValue”
readonlyinputValue:string
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:18
CLI入力値。
keyboard
Section titled “keyboard”
readonlykeyboard:UseBookmarkCliKeyboardValue
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:20
Keyboard hook戻り値。
onInputChange
Section titled “onInputChange”
readonlyonInputChange:InputChangeHandler
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:22
入力値変更handler。
onSubmit
Section titled “onSubmit”
readonlyonSubmit: () =>void
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:32
Submit callback。
Returns
Section titled “Returns”void
selectedResultIndex
Section titled “selectedResultIndex”
readonlyselectedResultIndex:ResultCursorIndex
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:24
選択中result index。
selectedSuggestionIndex
Section titled “selectedSuggestionIndex”
readonlyselectedSuggestionIndex:CompletionCursorIndex
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:26
選択中suggestion index。
suggestionItems
Section titled “suggestionItems”
readonlysuggestionItems: readonlyBookmarkCliSuggestionItem[]
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:28
入力中commandのsuggestion一覧。
transcriptEntries
Section titled “transcriptEntries”
readonlytranscriptEntries: readonlyBookmarkCliTranscriptEntry[]
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:30
実行済みcommand transcript。