본문으로 건너뛰기

toJSON

Description

스케줄러의 데이터를 JSON 형식의 문자열로 변환합니다.

toJSON: () => string

Returns

  • string - (string) - JSON 형식의 데이터를 포함하는 문자열

Example

var str = scheduler.toJSON();

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.