Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 8 Current »

This event will be triggered when a worksheet is deleted successfully.

Interface

{"msgId": "",
"msgName": "kyvos.viewer.wb.onDeleteWorksheetComplete", "payload": {
"info": { "status": "",
"desc": "",
"extDesc": "", "code": -1
},
"data": { "wbId": "",
"wbName": ""
}
}}

Points to consider

  1. The Host App will get workbookId and workbookName in payload.

Example

{"msgId": "16913393120795127065078125396110",
"msgName": "kyvos.viewer.wb.onDeleteWorksheetComplete", "payload": {
"info": {
"status": "success",
"desc": "Delete worksheet completed.", "extDesc": "",
"code": -1
},
"data": {
"wbId": "Workbook16913383356036127067074176141423",
"wbName": "DEMO_WorkbookUseInIntegration10"
}
}}


  • No labels