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 UserInput trigger does not support IME [Enter] key.