본문으로 건너뛰기

onLightboxCancel

Description

라이트박스에서 사용자가 '취소' 버튼을 클릭할 때 발생합니다

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

Parameters

  • id - (필수) string | number - 라이트박스에서 열려 있는 작업의 ID

Example

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