Skip to main content
Version: 1.x

@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

ParameterTypeDescription
eEvent & KeyboardEventKeyboard event
Returns:

void