CreateCurrentCommandExecutorInput
Defined in: entrypoints/cli-page/current-command-executor.ts:41
Current command executor作成入力。
Extended by
Section titled “Extended by”Properties
Section titled “Properties”appendExecutedCommand
Section titled “appendExecutedCommand”
readonlyappendExecutedCommand:ExecutedCommandAppender
Defined in: entrypoints/cli-page/current-command-executor.ts:43
実行済みcommandをtranscriptへ追加する関数。
clearExecutedCommands
Section titled “clearExecutedCommands”
readonlyclearExecutedCommands:ExecutedCommandClearer
Defined in: entrypoints/cli-page/current-command-executor.ts:45
実行済みcommand transcriptを削除する関数。
commandState
Section titled “commandState”
readonlycommandState:BookmarkCliCommandState
Defined in: entrypoints/cli-page/current-command-executor.ts:47
現在のcommand state。
createEntryId
Section titled “createEntryId”
readonlycreateEntryId:EntryIdFactory
Defined in: entrypoints/cli-page/current-command-executor.ts:51
Entry id生成関数。
executeAndPersistCommand
Section titled “executeAndPersistCommand”
readonlyexecuteAndPersistCommand:ExecuteAndPersistCommand
Defined in: entrypoints/cli-page/current-command-executor.ts:49
Command実行と永続化を行う関数。
inputValue
Section titled “inputValue”
readonlyinputValue:string
Defined in: entrypoints/cli-page/current-command-executor.ts:53
現在のCLI入力値。
launchContext
Section titled “launchContext”
readonlylaunchContext:LaunchContext|undefined
Defined in: entrypoints/cli-page/current-command-executor.ts:55
CLI起動元タブcontext。
setCommandState
Section titled “setCommandState”
readonlysetCommandState:CommandStateSetter
Defined in: entrypoints/cli-page/current-command-executor.ts:57
Command state setter。
setInputValue
Section titled “setInputValue”
readonlysetInputValue:InputValueSetter
Defined in: entrypoints/cli-page/current-command-executor.ts:59
入力値setter。
setSelectedResultIndex
Section titled “setSelectedResultIndex”
readonlysetSelectedResultIndex:ResultCursorSetter
Defined in: entrypoints/cli-page/current-command-executor.ts:61
Result cursor setter。