DayPilot.Scheduler.keyboardTarget

The keyboardTarget property (string) specifies the keydown event listener target. It is used for the built-in Scheduler keyboard support.

Possible Values

  • "document" - the keydown event listener will be added to the document object
  • "component" - the keydown event listener will be added to the Scheduler component placeholder element

Default Value

"document"