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 be emitted when calculated measure dialog has been opened.

Interface

{"msgId": "",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresDialogOpen", "payload": {
"info": {
"status": "success",
"desc": ""
},
"data": {
}}

Points to Consider

  1. With this event HOST_APP may get status as "pending" If expressions are not yet fetched. In this scenario once the expressions are fetched HOST_APP will get same event with status "success". HOST_APP should handle this case.

Example

{"msgId": "Guid_5003806380",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresDialogOpen", "payload": {
"info": {
"status": "success",
"desc": "Calculated Measures dialog opened successfully.", "extDesc": "",
"code": 0
},
"data": null
}}

  • No labels