Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

This event would be emitted when export dialog has been opened.

Interface

{"msgId": "",
"msgName": "kyvos.viewer.onWorksheetExportDialogOpen", "payload": {
"info": { "status": "",
"desc": "",
"extDesc": "", "code": 0
},
"data": {
"entity": "SHEET"
}
}}

Points to Consider

  1. When export dialog is opened payload will have entity: SHEET if worksheet is opened and entity: DASHBOARD when dashboard is opened.

Example

{"msgId": "Guid_8699757563",
"msgName": "kyvos.viewer.onWorksheetExportDialogOpen",
"payload": {
"info": {
"status": "success",
"desc": "Export dialog opened successfully.", "extDesc": "",
"code": 0
},
"data": {
"entity": "SHEET"
}
}}

  • No labels