Gantt APITemplateslink_classOn this pagelink_class Description Specifies the CSS class that will be applied to a link link_class: (link: Link) => string | void;Parameters link - (required) Link - the link object Returns text - (string | void) - a CSS class for the item in question Examplegantt.templates.link_class = function(link){ return "";};Related Guides Templates of Dependency Links