Skip to main content

link_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

Example

gantt.templates.link_class = function(link){
return "";
};
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.