DayPilot.Scheduler.linkPointSize

The linkPointSize property (number) specifies the diameter of the link binding points (in pixels) at the start and end of events. The JavaScript Scheduler displays these points upon event hover when creating links using drag and drop.

Default Value

10

Example

Scheduler config:

{
  linkPointSize: 5,
  // ...
}