본문으로 건너뛰기

onScaleDblClick

Description

사용자가 타임 스케일을 더블 클릭할 때 발생합니다.

onScaleDblClick: () => void

Example

scheduler.attachEvent("onScaleDblClick", function(){
// 여기에 사용자 정의 로직 작성
});
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.