Versions Compared

Key

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

This event would request Kyvos to open worksheet Rename Dialog.

Interface

{"msgId": "",
"msgName": 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.

Interface

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

...


"worksheetId": "", "worksheetName": ""

...


}}

Points to

...

consider

  1. Kyvos will try to open

...

  1. the Rename dialog for the provided worksheetId or worksheetName.

...

  1. If both the attributes are provided, then the worksheetId

...

  1. is preferred over the

...

  1. worksheetName

...

  1. .

  2. If the provided worksheetId or worksheetName is not found, then

...

  1. Kyvos will throw an error event.

  2. Kyvos will try to open

...

  1. the Rename dialog for the currently opened worksheet if no worksheetId or worksheetName provided.