본문으로 건너뛰기

onTaskUnselected

Description

사용자가 다른 작업을 선택하여 작업의 선택을 해제할 때 발생합니다

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

Parameters

  • id - (required) string | number - 해제된 작업의 ID

Example

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

Details

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

멀티셀렉트(multiselect) 확장 기능이 활성화된 경우, 사용자가 이미 선택한 작업의 선택을 제거할 때도 해당 이벤트가 발생합니다.

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.