Event: kyvos.viewer.wb.onParameterSave
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 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"
}
}
Copyright Kyvos, Inc. All rights reserved.