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

Version 1 Next »

This event would request Kyvos to open worksheet Rename Dialog.

Interface

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

Points to Consider

  1. Kyvos will try to open rename dialog for the provided worksheetId or worksheetName. if both attributes are provided then worksheetId has the prefrence over worksheetName, If provided worksheetId or worksheetName is not found then it will throw an error event.
  1. Kyvos will try to open rename dialog for the currently opened worksheet if no worksheetId or worksheetName provided.
  • No labels