간트 API메서드isLinkExists이 페이지에서isLinkExists Description 주어진 링크가 존재하는지 확인합니다 isLinkExists: (id: string | number) => booleanParameters id - (required) string | number - 링크 ID Returns link - (boolean) - true 링크가 존재하면, 그렇지 않으면 false Examplegantt.addLink({ id:1, source:1, target:2, type:1});gantt.isLinkExists(1); // ->true