Skip to main content

toJSON

Description

Converts scheduler's data into the JSON format

toJSON: () => string

Returns

  • string - (string) - a data string in the JSON format

Example

var str = scheduler.toJSON();

Details

note

The method requires the serialize plugin to be enabled.

Custom attributes can be configured if necessary.

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.