DayPilot.Scheduler.linkWidth

The linkWidth property ("Auto" | number) specifies the default link width in pixels in the JavaScript Scheduler.

Possible Values

  • "Auto" - applies the default line width depending on the link shape (1 pixel for "RightAngled" links, 2 pixels for "Curved" links).

  • number - the line width in pixels

Default Value

"Auto"

Example

Scheduler config:

{
  linkWidth: 3
}