Versions Compared

Key

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

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 requests Kyvos to open the worksheet Rename dialog.

...

Code Block
{"msgId": "",
"msgName": "kyvos.viewer.openWorksheetRenameDialog", "payload": {
"worksheetId": "", "worksheetName": ""
}}

Points to consider

  1. Kyvos will try to open the Rename dialog for the provided worksheetId or worksheetName. If both the attributes are provided, then the worksheetId is preferred over the worksheetName.

  2. If the provided worksheetId or worksheetName is not found, then Kyvos will throw an error event.

  3. Kyvos will try to open the Rename dialog for the currently opened worksheet if no worksheetId or worksheetName provided.