CreateCurrentInputChangeHandlerInput
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
Defined in: entrypoints/cli-page/current-input-change-handler.ts:22
Current input change handler作成入力です。
Properties
Section titled “Properties”canExpandCommandAbbreviation
Section titled “canExpandCommandAbbreviation”
readonlycanExpandCommandAbbreviation:boolean
Defined in: entrypoints/cli-page/current-input-change-handler.ts:24
Command abbreviationを展開できる状態かです。
clearSelectedResultIndex
Section titled “clearSelectedResultIndex”
readonlyclearSelectedResultIndex:CursorClearHandler
Defined in: entrypoints/cli-page/current-input-change-handler.ts:26
選択中result cursorを解除するhandlerです。
clearSelectedSuggestionIndex
Section titled “clearSelectedSuggestionIndex”
readonlyclearSelectedSuggestionIndex:CursorClearHandler
Defined in: entrypoints/cli-page/current-input-change-handler.ts:28
選択中suggestion cursorを解除するhandlerです。
commandAbbreviations
Section titled “commandAbbreviations”
readonlycommandAbbreviations: readonlyCurrentInputCommandAbbreviation[]
Defined in: entrypoints/cli-page/current-input-change-handler.ts:30
Command abbreviation一覧です。
setInputValue
Section titled “setInputValue”
readonlysetInputValue:InputValueSetter
Defined in: entrypoints/cli-page/current-input-change-handler.ts:32
入力値setterです。