createCurrentInputChangeHandler
createCurrentInputChangeHandler(
input):CurrentInputChangeHandler
Defined in: entrypoints/cli-page/current-input-change-handler.ts:71
Current input change handlerを作成します。
Parameters
Section titled “Parameters”CreateCurrentInputChangeHandlerInput
Current input change handler作成入力です。
Returns
Section titled “Returns”Current input change handlerです。
Example
Section titled “Example”const handleInputChange = createCurrentInputChangeHandler({ clearSelectedResultIndex, clearSelectedSuggestionIndex, setInputValue,});
handleInputChange("mkdir /project");