BookmarkCliSuggestionListProps
Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:27
Bookmark CLI suggestion list props。
Properties
Section titled “Properties”onSuggestionClick
Section titled “onSuggestionClick”
readonlyonSuggestionClick:BookmarkCliSuggestionClickHandler
Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:31
Suggestionをpointerで確定するhandler。
selectedSuggestionIndex
Section titled “selectedSuggestionIndex”
readonlyselectedSuggestionIndex:CompletionCursorIndex
Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:29
選択中suggestion index。
style?
Section titled “style?”
readonlyoptionalstyle?:Readonly<CSSProperties>
Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:35
Terminal body直下のoverlay位置。
suggestionItems
Section titled “suggestionItems”
readonlysuggestionItems: readonlyBookmarkCliSuggestionItem[]
Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:33
表示するsuggestion一覧。