Skip to content

BookmarkCliAppScreenProps

This content is for v1.2.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。

readonly commandState: BookmarkCliCommandState

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

現在のcommand state。


readonly inputValue: string

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

CLI入力値。


readonly keyboard: UseBookmarkCliKeyboardValue

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

Keyboard hook戻り値。


readonly onInputChange: InputChangeHandler

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

入力値変更handler。


readonly onSubmit: () => void

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

Submit callback。

void


readonly selectedResultIndex: ResultCursorIndex

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

選択中result index。


readonly selectedSuggestionIndex: CompletionCursorIndex

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

選択中suggestion index。


readonly suggestionItems: readonly BookmarkCliSuggestionItem[]

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

入力中commandのsuggestion一覧。


readonly transcriptEntries: readonly BookmarkCliTranscriptEntry[]

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

実行済みcommand transcript。

Last updated: