Skip to content

CreateCurrentCommandExecutorInput

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

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

Current command executor作成入力。

readonly appendExecutedCommand: ExecutedCommandAppender

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

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


readonly clearExecutedCommands: ExecutedCommandClearer

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

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


readonly commandState: BookmarkCliCommandState

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

現在のcommand state。


readonly createEntryId: EntryIdFactory

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

Entry id生成関数。


readonly executeAndPersistCommand: ExecuteAndPersistCommand

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

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


readonly inputValue: string

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

現在のCLI入力値。


readonly launchContext: LaunchContext | undefined

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

CLI起動元タブcontext。


readonly setCommandState: CommandStateSetter

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

Command state setter。


readonly setInputValue: InputValueSetter

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

入力値setter。


readonly setSelectedResultIndex: ResultCursorSetter

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

Result cursor setter。

Last updated: