跳到主要内容

getLinkCount

Description

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

getLinkCount: () => number

Returns

  • count - (number) - 依赖链接的总数

Example

const count = gantt.getLinkCount();

Change log

  • 4.0版本新增