@microsoft/fast-foundation > Calendar > handleKeydown
Calendar.handleKeydown() method
Handles keyboard events on a cell
Signature:
handleKeydown(event: KeyboardEvent, date: CalendarDateInfo): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | Keyboard event |
| date | CalendarDateInfo | Date of the cell selected |
Returns:
boolean