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

« Previous Version 9 Current »

(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 a user clicks the Save button on the Rename dialog.

Interface

{"msgId": "",
"msgName": "kyvos.viewer.onWorksheetRenameComplete","payload": {
"info": {
"status": "success",
"desc": "Rename successfully."
},
"data": {
"worksheetId": "", "worksheetPrevName": "", "worksheetNewName": ""
}
}
}}

Points to consider

  1. In payload, the Host App will get worksheetPrevName, worksheetNewName, and worksheetId.

Example

{"msgId": "16902274687317127070085178274360",
"msgName": "kyvos.viewer.onWorksheetRenameComplete", "payload": {
"info": {
"status": "success",
"desc": "Worksheet renamed successfully.", "extDesc": "",
"code": 0
},
"data": {
"workSheetId": "16893155276982127060072136667969",
"workSheetPrevName": "Sheet 1 copy 2",
"workSheetNewName": "Sheet 2"
}
}}


  • No labels