This event would be emitted when parameter dialog has been opened.
Interface
{"msgId": "",
"msgName": Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
...
This event will be triggered when the Parameter dialog is opened.
Interface
Code Block |
---|
{"msgId": "", "msgName": "kyvos.viewer.wb.onParameterDialogOpen", "payload": { |
...
"info": { "status": "", |
...
"desc": "" |
...
}, |
...
"data": {} |
...
}} |
Example
Code Block |
---|
{"msgId": "Guid_8104112486", |
...
"msgName": "kyvos.viewer.wb.onParameterDialogOpen", "payload": { |
...
"info": { |
...
"status": "success", |
...
"desc": "Parameter dialog opened successfully.", "extDesc": "", |
...
"code": 0 |
...
}, |
...
"data": null |
...
}} |