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 Page History

Version 1 Current »

Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)


This event will be triggered when the export is completed.

Interface

{"msgId": "",
"msgName": "kyvos.viewer.onExportComplete", "payload": {
"info": { "status": "",
"desc": "",
"extDesc": "", "code": 0
},
"data": { "sheetName": "",
"uniqueId": "",
"sheetId": ""
}}

Points to consider

  1. The Host App will get sheetName, uniqueId, and sheetId in the payload.

Example

{"msgId": "16929834635148127019036138713300",
"msgName": "kyvos.viewer.onExportComplete", "payload": {
"info": {
"status": "success",
"desc": "Export completed successfully.", "extDesc": "",
"code": 0
},
"data": {
"sheetName": "Sheet 1",
"uniqueId": "Sheet16929832377937653862-16929834581229127093028134279434", "sheetId": "Sheet16929832377937653862"
}
}}


  • No labels