Zum Hauptinhalt springen

link_class

Description

Definiert die CSS-Klasse, die einem Link zugewiesen wird

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

Parameters

  • link - (required) Link - das Link-Objekt

Returns

  • text - (string | void) - eine CSS-Klasse für das jeweilige Element

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.