Skip to main content
Version: 1.x

@microsoft/fast-foundation > Calendar > handleKeydown

Calendar.handleKeydown() method

Handles keyboard events on a cell

Signature:
handleKeydown(event: KeyboardEvent, date: CalendarDateInfo): boolean;

Parameters

ParameterTypeDescription
eventKeyboardEventKeyboard event
dateCalendarDateInfoDate of the cell selected
Returns:

boolean