@microsoft/fast-foundation > Flipper > keyupHandler
Flipper.keyupHandler() method
Simulate a click event when the flipper has focus and the user hits enter or space keys Blur focus if the user hits escape key
Signature:keyupHandler(e: Event & KeyboardEvent): void;
Parameters
Parameter | Type | Description |
---|---|---|
e | Event & KeyboardEvent | Keyboard event |
void