본문으로 건너뛰기

onTaskSelected

Description

사용자가 작업을 선택할 때 발생합니다

onTaskSelected: (id: string | number) => void;

Parameters

  • id - (required) string,number - 작업 ID

Example

gantt.attachEvent("onTaskSelected", function(id){
// 여기에 코드 작성
});

Details

다중 선택 범위의 각 작업에 대해 이 이벤트가 호출됩니다.

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.