CreateCurrentSubmitCommandInput
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
Defined in: entrypoints/cli-page/current-command-submit-handler.ts:8
Submit handler作成入力。
Extends
Section titled “Extends”Properties
Section titled “Properties”appendExecutedCommand
Section titled “appendExecutedCommand”
readonlyappendExecutedCommand:ExecutedCommandAppender
Defined in: entrypoints/cli-page/current-command-executor.ts:42
実行済みcommandをtranscriptへ追加する関数。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.appendExecutedCommand
clearExecutedCommands
Section titled “clearExecutedCommands”
readonlyclearExecutedCommands:ExecutedCommandClearer
Defined in: entrypoints/cli-page/current-command-executor.ts:44
実行済みcommand transcriptを削除する関数。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.clearExecutedCommands
commandState
Section titled “commandState”
readonlycommandState:BookmarkCliCommandState
Defined in: entrypoints/cli-page/current-command-executor.ts:46
現在のcommand state。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.commandState
createEntryId
Section titled “createEntryId”
readonlycreateEntryId:EntryIdFactory
Defined in: entrypoints/cli-page/current-command-executor.ts:50
Entry id生成関数。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.createEntryId
executeAndPersistCommand
Section titled “executeAndPersistCommand”
readonlyexecuteAndPersistCommand:ExecuteAndPersistCommand
Defined in: entrypoints/cli-page/current-command-executor.ts:48
Command実行と永続化を行う関数。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.executeAndPersistCommand
handleCommandExecutionError
Section titled “handleCommandExecutionError”
readonlyhandleCommandExecutionError:CommandExecutionErrorHandler
Defined in: entrypoints/cli-page/current-command-submit-handler.ts:10
Command実行失敗handler。
inputValue
Section titled “inputValue”
readonlyinputValue:string
Defined in: entrypoints/cli-page/current-command-executor.ts:52
現在のCLI入力値。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.inputValue
launchContext
Section titled “launchContext”
readonlylaunchContext:LaunchContext|undefined
Defined in: entrypoints/cli-page/current-command-executor.ts:54
CLI起動元タブcontext。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.launchContext
setCommandState
Section titled “setCommandState”
readonlysetCommandState:CommandStateSetter
Defined in: entrypoints/cli-page/current-command-executor.ts:56
Command state setter。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.setCommandState
setInputValue
Section titled “setInputValue”
readonlysetInputValue:InputValueSetter
Defined in: entrypoints/cli-page/current-command-executor.ts:58
入力値setter。
Inherited from
Section titled “Inherited from”CreateCurrentCommandExecutorInput.setInputValue
setSelectedResultIndex
Section titled “setSelectedResultIndex”
readonlysetSelectedResultIndex:ResultCursorSetter
Defined in: entrypoints/cli-page/current-command-executor.ts:60
Result cursor setter。