본문으로 건너뛰기

onYScaleClick

Description

사용자가 y축의 셀을 한 번 클릭할 때 발생합니다 (Timeline 뷰에서만 적용됨)

onYScaleClick: (index: number, section: object, e: Event) => void

Parameters

  • index - (required) number - 클릭된 행의 0부터 시작하는 인덱스
  • section - (required) object - 클릭된 셀에 해당하는 데이터 객체
  • e - (required) Event - 네이티브 이벤트 객체

Example

scheduler.attachEvent("onYScaleClick", function (index, section, e){
//여기에 커스텀 로직 작성
});
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.