API메서드eventRemove이 페이지에서eventRemove Description HTML 요소에서 이벤트 핸들러를 제거합니다. eventRemove: (id: string) => voidParameters id - (required) string - 이벤트 핸들러의 id Examplevar eventId = scheduler.event("divId", "click", function(e){ do_something();});scheduler.eventRemove(eventId);Detailsevent를 통해 추가된 모든 이벤트 리스너는 destructor가 실행될 때 자동으로 제거됩니다.Related API event Change log 버전 4.4에서 추가됨 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.