跳转到主要内容

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.