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 Page History

Version 1 Current »

Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)


This event would be triggered when a user clicks the Apply button of the Parameter dialog.

Interface

{"msgName": "kyvos.viewer.wb.onParameterSave",
"msgId": "", "payload": {
"info": { "status": "",
"desc": ""
},
"data": {
"wbId": "",
"wbName": "" }}}

Points to consider

In payload, HostApp will get wbId, wbName.

Example

{"msgId": "16929830700923127014015185063274",
"msgName": "kyvos.viewer.wb.onParameterSave", "payload": {
"info": {
"status": "success",
"desc": "Parameter saved successfully.", "extDesc": "",
"code": 0
},
"data": {
"wbId": "Workbook16842178832565127033087167053647",
"wbName": "DEMO_WorkbookUseInIntegration"
}
}


  • No labels