Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This event occurs is triggered when the content or data of the use-case has been loaded.

Interface

Code Block
languagejs
{"msgId": "",
"msgName": "kyvos.onContentLoad", "integrationId": "",
"payload": {
"info": {
"status": "success",
"desc": ""
},
"data": {
"width": 200,
"height": 200
}
}
}

Points to consider

  1. For both worksheets and dashboards, this event will be emitted triggered once the content is loaded.
  2. This event will be emitted triggered after workbook is reverted successfully.