Skip to content

CreateAppCommandRuntimeInput

Defined in: entrypoints/cli-page/app-command-runtime.ts:34

App command runtime作成入力です。

readonly commandState: BookmarkCliCommandState

Defined in: entrypoints/cli-page/app-command-runtime.ts:36

現在のcommand state。


readonly createEntryId: EntryIdFactory

Defined in: entrypoints/cli-page/app-command-runtime.ts:38

Entry id生成関数。


readonly executeAndPersistCommand: ExecuteAndPersistCommand

Defined in: entrypoints/cli-page/app-command-runtime.ts:40

Command実行と永続化を行う関数。


readonly handleCommandExecutionError: CommandExecutionErrorHandler

Defined in: entrypoints/cli-page/app-command-runtime.ts:42

Command実行失敗handler。


readonly inputValue: string

Defined in: entrypoints/cli-page/app-command-runtime.ts:44

現在のCLI入力値。


readonly launchContext: LaunchContext | undefined

Defined in: entrypoints/cli-page/app-command-runtime.ts:46

CLI起動元タブcontext。


readonly setCommandState: CommandStateSetter

Defined in: entrypoints/cli-page/app-command-runtime.ts:48

Command state setter。


readonly setInputValue: InputValueSetter

Defined in: entrypoints/cli-page/app-command-runtime.ts:50

入力値setter。


readonly setSelectedResultIndex: ResultCursorSetter

Defined in: entrypoints/cli-page/app-command-runtime.ts:52

Result cursor setter。


readonly transcript: UseBookmarkCliTranscriptValue

Defined in: entrypoints/cli-page/app-command-runtime.ts:54

Transcript hook戻り値。

Last updated: