The keyboard.clearFocus() method removes the current keyboard focus highlighting from the JavaScript Scheduler component and clears the current keyboard focus position.
Available since 2024.3.6127.
DayPilot.Scheduler.keyboard.clearFocus();This method clears Scheduler keyboard focus only. It does not affect the focus maintained by the browser.
dp.keyboard.clearFocus();DayPilot.Scheduler.keyboard.getFocus()
DayPilot.Scheduler.keyboard.resetFocus()
Keyboard Support [doc.daypilot.org]