본문으로 건너뛰기

onQuickInfo

Description

팝업 편집 폼이 나타날 때 트리거됩니다.

onQuickInfo: (eventId: string) => void

Parameters

  • eventId - (required) string - 이벤트 ID

Example

scheduler.attachEvent("onQuickInfo",function(eventId){
// 여기에 코드 작성
});

Details

노트

이 이벤트를 사용하려면 quick_info 플러그인이 활성화되어 있어야 합니다.

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.