Fixed #2219 - Calendar keydown event

This commit is contained in:
Tuğçe Küçükoğlu 2022-02-25 16:36:21 +03:00 committed by Tuğçe Küçükoğlu
parent cc0e6c8580
commit db46ee81af
4 changed files with 23 additions and 1 deletions

View file

@ -360,6 +360,17 @@ const CalendarEvents = [
}
]
},
{
name: "keydown",
description: "Callback to invoke when a key is pressed.",
arguments: [
{
name: "event",
type: "object",
description: "Keydown event"
}
]
}
];
const CalendarSlots = [