Перейти к основному содержимому

link_class

Description

Определяет CSS класс, назначаемый ссылке

link_class: (link: Link) => string | void;

Parameters

  • link - (required) Link - объект ссылки

Returns

  • text - (string | void) - CSS класс для соответствующего элемента

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.