CreateAppCommandRuntimeInput
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
Defined in: entrypoints/cli-page/app-command-runtime.ts:34
App command runtime作成入力です。
Properties
Section titled “Properties”commandState
Section titled “commandState”
readonlycommandState:BookmarkCliCommandState
Defined in: entrypoints/cli-page/app-command-runtime.ts:36
現在のcommand state。
createEntryId
Section titled “createEntryId”
readonlycreateEntryId:EntryIdFactory
Defined in: entrypoints/cli-page/app-command-runtime.ts:38
Entry id生成関数。
executeAndPersistCommand
Section titled “executeAndPersistCommand”
readonlyexecuteAndPersistCommand:ExecuteAndPersistCommand
Defined in: entrypoints/cli-page/app-command-runtime.ts:40
Command実行と永続化を行う関数。
handleCommandExecutionError
Section titled “handleCommandExecutionError”
readonlyhandleCommandExecutionError:CommandExecutionErrorHandler
Defined in: entrypoints/cli-page/app-command-runtime.ts:42
Command実行失敗handler。
inputValue
Section titled “inputValue”
readonlyinputValue:string
Defined in: entrypoints/cli-page/app-command-runtime.ts:44
現在のCLI入力値。
launchContext
Section titled “launchContext”
readonlylaunchContext:LaunchContext|undefined
Defined in: entrypoints/cli-page/app-command-runtime.ts:46
CLI起動元タブcontext。
setCommandState
Section titled “setCommandState”
readonlysetCommandState:CommandStateSetter
Defined in: entrypoints/cli-page/app-command-runtime.ts:48
Command state setter。
setInputValue
Section titled “setInputValue”
readonlysetInputValue:InputValueSetter
Defined in: entrypoints/cli-page/app-command-runtime.ts:50
入力値setter。
setSelectedResultIndex
Section titled “setSelectedResultIndex”
readonlysetSelectedResultIndex:ResultCursorSetter
Defined in: entrypoints/cli-page/app-command-runtime.ts:52
Result cursor setter。
transcript
Section titled “transcript”
readonlytranscript:UseBookmarkCliTranscriptValue
Defined in: entrypoints/cli-page/app-command-runtime.ts:54
Transcript hook戻り値。