Type alias: DayFocusEventHandler
Ƭ DayFocusEventHandler: (day: Date, activeModifiers: ActiveModifiers, e: FocusEvent | KeyboardEvent) => void
Type declaration
▸ (day, activeModifiers, e): void
The event handler when a day is focused.
Parameters
| Name | Type |
|---|---|
day | Date |
activeModifiers | ActiveModifiers |
e | FocusEvent | KeyboardEvent |
Returns
void