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