甘特图 API方法getLinkNode页面内容getLinkNode Description 返回指定依赖链接的 HTML 元素 getLinkNode: (id: string | number) => HTMLElementParameters id - (required) string | number - 该链接的 ID Returns node - (HTMLElement) - 该链接的 HTML 元素 Examplegantt.addLink({ id:1, source:1, target:2, type:1});gantt.getLinkNode(1); //-> <div className="gantt_task_link" link_id="1">…</div>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.