본문으로 건너뛰기

onEventSelected

Description

스케줄러에서 사용자가 이벤트를 선택할 때 발생합니다.

onEventSelected: (id: string) => void;

Parameters

  • id - (required) string - 선택된 이벤트의 ID

Example

scheduler.attachEvent("onEventSelected", 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.