Event: kyvos.viewer.onWorksheetExportDialogOpen

Event: kyvos.viewer.onWorksheetExportDialogOpen

✅ Enterprise: AWS, Azure, GCP, and On-Premises

✅ Marketplace: AWS, Azure, and GCP

✅ SaaS: AWS, Azure, and GCP

✅ Single Node Installation (SNI)


This event will be triggered when the Export dialog is opened.

Interface

{"msgId": "", "msgName": "kyvos.viewer.onWorksheetExportDialogOpen", "payload": { "info": { "status": "", "desc": "", "extDesc": "", "code": 0 }, "data": { "entity": "SHEET" } }}

Points to consider

  1. When the Export dialog is opened, the payload will have entity: SHEET if worksheet is opened and entity: DASHBOARD when dashboard is opened.

Example

{"msgId": "Guid_8699757563", "msgName": "kyvos.viewer.onWorksheetExportDialogOpen", "payload": { "info": { "status": "success", "desc": "Export dialog opened successfully.", "extDesc": "", "code": 0 }, "data": { "entity": "SHEET" } }}



Copyright Kyvos, Inc. 2026. All rights reserved.