본문으로 건너뛰기

onOptionsLoadStart

Description

서버에서 옵션 또는 섹션 집합이 로드되기 바로 직전에 트리거됩니다 (Timeline 뷰에만 적용됨)

onOptionsLoadStart: () => void

Example

scheduler.attachEvent("onOptionsLoadStart", function (){
//여기에 사용자 정의 로직 작성
});

Details

이 이벤트는 dhtxmlConnector를 통해서든 updateCollection 메서드를 사용하든 컬렉션이 로드될 때만 발생합니다.

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.