getLinkCount

返回当前甘特图中显示的依赖链接数量

number getLinkCount();
number依赖链接的总数

Example

const count = gantt.getLinkCount();

Change log

4.0版本新增

Back to top