Skip to content

BookmarkCliSuggestionListProps

This content is for v1.2.0. Switch to the latest version for up-to-date documentation.

Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:22

Bookmark CLI suggestion list props。

readonly selectedSuggestionIndex: CompletionCursorIndex

Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:24

選択中suggestion index。


readonly optional style?: Readonly<CSSProperties>

Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:28

Terminal body直下のoverlay位置。


readonly suggestionItems: readonly BookmarkCliSuggestionItem[]

Defined in: presentation/cli/components/bookmark-cli-suggestion-list.tsx:26

表示するsuggestion一覧。

Last updated: