DayPilot.Scheduler.links.list

The links.list property (array) holds the event link data.

For the item structure see DayPilot.Link.data.

Default Value

[]

Example

dp.links.list = [
  {
    from: "1", 
    to: "2", 
    type:"FinishToStart", 
    color: "green"
  }
];