This event would request Kyvos to open worksheet Rename Dialog.
Interface
{"msgId": "",
"msgName": "kyvos.viewer.openWorksheetRenameDialog", "payload": {
"worksheetId": "", "worksheetName": ""
}}
Points to Consider
- 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.
- Kyvos will try to open rename dialog for the currently opened worksheet if no worksheetId or worksheetName provided.