Skip to content

BookmarkCliAppScreenProps

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:17

Bookmark CLI app screen props。

readonly commandState: BookmarkCliCommandState

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:19

現在のcommand state。


readonly inputValue: string

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:21

CLI入力値。


readonly keyboard: UseBookmarkCliKeyboardValue

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:23

Keyboard hook戻り値。


readonly onInputChange: InputChangeHandler

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:25

入力値変更handler。


readonly onSubmit: () => void

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:37

Submit callback。

void


readonly onSuggestionClick: BookmarkCliSuggestionClickHandler

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:27

Suggestionをpointerで確定するhandler。


readonly selectedResultIndex: ResultCursorIndex

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:29

選択中result index。


readonly selectedSuggestionIndex: CompletionCursorIndex

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:31

選択中suggestion index。


readonly suggestionItems: readonly BookmarkCliSuggestionItem[]

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:33

入力中commandのsuggestion一覧。


readonly transcriptEntries: readonly BookmarkCliTranscriptEntry[]

Defined in: entrypoints/cli-page/bookmark-cli-app-screen.tsx:35

実行済みcommand transcript。

Last updated: