Skip to content

CreateCurrentSubmitCommandInput

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

Defined in: entrypoints/cli-page/current-command-submit-handler.ts:8

Submit handler作成入力。

readonly appendExecutedCommand: ExecutedCommandAppender

Defined in: entrypoints/cli-page/current-command-executor.ts:43

実行済みcommandをtranscriptへ追加する関数。

CreateCurrentCommandExecutorInput.appendExecutedCommand


readonly clearExecutedCommands: ExecutedCommandClearer

Defined in: entrypoints/cli-page/current-command-executor.ts:45

実行済みcommand transcriptを削除する関数。

CreateCurrentCommandExecutorInput.clearExecutedCommands


readonly commandState: BookmarkCliCommandState

Defined in: entrypoints/cli-page/current-command-executor.ts:47

現在のcommand state。

CreateCurrentCommandExecutorInput.commandState


readonly createEntryId: EntryIdFactory

Defined in: entrypoints/cli-page/current-command-executor.ts:51

Entry id生成関数。

CreateCurrentCommandExecutorInput.createEntryId


readonly executeAndPersistCommand: ExecuteAndPersistCommand

Defined in: entrypoints/cli-page/current-command-executor.ts:49

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

CreateCurrentCommandExecutorInput.executeAndPersistCommand


readonly handleCommandExecutionError: CommandExecutionErrorHandler

Defined in: entrypoints/cli-page/current-command-submit-handler.ts:10

Command実行失敗handler。


readonly inputValue: string

Defined in: entrypoints/cli-page/current-command-executor.ts:53

現在のCLI入力値。

CreateCurrentCommandExecutorInput.inputValue


readonly launchContext: LaunchContext | undefined

Defined in: entrypoints/cli-page/current-command-executor.ts:55

CLI起動元タブcontext。

CreateCurrentCommandExecutorInput.launchContext


readonly setCommandState: CommandStateSetter

Defined in: entrypoints/cli-page/current-command-executor.ts:57

Command state setter。

CreateCurrentCommandExecutorInput.setCommandState


readonly setInputValue: InputValueSetter

Defined in: entrypoints/cli-page/current-command-executor.ts:59

入力値setter。

CreateCurrentCommandExecutorInput.setInputValue


readonly setSelectedResultIndex: ResultCursorSetter

Defined in: entrypoints/cli-page/current-command-executor.ts:61

Result cursor setter。

CreateCurrentCommandExecutorInput.setSelectedResultIndex

Last updated: