BookmarkCliAppScreenProps
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:17
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:19
現在のcommand state。
inputValue
Section titled “inputValue”
readonlyinputValue:string
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:21
CLI入力値。
keyboard
Section titled “keyboard”
readonlykeyboard:UseBookmarkCliKeyboardValue
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:23
Keyboard hook戻り値。
onInputChange
Section titled “onInputChange”
readonlyonInputChange:InputChangeHandler
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:25
入力値変更handler。
onSubmit
Section titled “onSubmit”
readonlyonSubmit: () =>void
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:37
Submit callback。
Returns
Section titled “Returns”void
onSuggestionClick
Section titled “onSuggestionClick”
readonlyonSuggestionClick:BookmarkCliSuggestionClickHandler
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:27
Suggestionをpointerで確定するhandler。
selectedResultIndex
Section titled “selectedResultIndex”
readonlyselectedResultIndex:ResultCursorIndex
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:29
選択中result index。
selectedSuggestionIndex
Section titled “selectedSuggestionIndex”
readonlyselectedSuggestionIndex:CompletionCursorIndex
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:31
選択中suggestion index。
suggestionItems
Section titled “suggestionItems”
readonlysuggestionItems: readonlyBookmarkCliSuggestionItem[]
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:33
入力中commandのsuggestion一覧。
transcriptEntries
Section titled “transcriptEntries”
readonlytranscriptEntries: readonlyBookmarkCliTranscriptEntry[]
Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:35
実行済みcommand transcript。