Skip to content

CreateCurrentInputChangeHandlerInput

Defined in: entrypoints/cli-page/current-input-change-handler.ts:22

Current input change handler作成入力です。

readonly canExpandCommandAbbreviation: boolean

Defined in: entrypoints/cli-page/current-input-change-handler.ts:24

Command abbreviationを展開できる状態かです。


readonly clearSelectedResultIndex: CursorClearHandler

Defined in: entrypoints/cli-page/current-input-change-handler.ts:26

選択中result cursorを解除するhandlerです。


readonly clearSelectedSuggestionIndex: CursorClearHandler

Defined in: entrypoints/cli-page/current-input-change-handler.ts:28

選択中suggestion cursorを解除するhandlerです。


readonly commandAbbreviations: readonly CurrentInputCommandAbbreviation[]

Defined in: entrypoints/cli-page/current-input-change-handler.ts:30

Command abbreviation一覧です。


readonly setInputValue: InputValueSetter

Defined in: entrypoints/cli-page/current-input-change-handler.ts:32

入力値setterです。

Last updated: