Versions Compared

Key

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

(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.

...

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

Example

Code Block
{"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"
}
}}

...