DayPilot.Gantt.links.find

Finds a link by its id.

Declaration

DayPilot.Gantt.links.find(id);

Parameters

  • id - the link id to be found

Note: The id is compared using ===. That means 1 is different from "1".

Return Value

DayPilot.Link object if the link is found, otherwise null.