본문으로 건너뛰기

toXML

Description

스케줄러의 데이터를 XML 포맷으로 변환합니다

toXML: () => string

Returns

  • string - (string) - 데이터를 XML 형식으로 담은 문자열을 반환합니다

Example

var str = scheduler.toXML();

Details

노트

이 메서드는 serialize 플러그인이 활성화되어 있어야 작동합니다.

  • 필요에 따라 사용자 정의 속성은 설정할 수 있습니다.
  • 이 메서드는 반복 이벤트에도 사용할 수 있습니다.
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.