본문으로 건너뛰기

onLinkClick

Description

사용자가 링크를 클릭할 때 발생합니다.

onLinkClick: (id: string | number, e?: Event) => void;

Parameters

  • id - (required) string | number - 클릭된 링크의 id

Example

gantt.attachEvent("onLinkClick", function(id,e){
// 여기에 코드 작성
});
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.