User Input

The UserInput trigger runs the operation when [Enter] key is pressed in the system keypad.

Block

Text

onUserInput($Enums.UserInput.Enter, ()=>{
                      1
});

1: User input

Note: The User Input trigger does not run when the [Enter] key is pressed while using the IME for text input or conversion.