Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This event would be emitted when save as dialog has been opened.

Interface

{"msgId": "",
This event will be triggered when the Save as dialog is opened.

Interface

Code Block
{"msgId": "",
"msgName":"kyvos.viewer.onSaveAsDialogOpen", "payload": {

...


"info": {

...


"status": "success",

...


"desc": ""

...


},

...


"data": {

...


}}

Example

Code Block
{"msgId": "Guid_9244084092",

...


"msgName": "kyvos.viewer.onSaveAsDialogOpen", "payload": {

...


"info": {

...


"status": "success",

...


"desc": "SaveAs dialog opened successfully.", "extDesc": "",

...


"code": 0

...


},

...


"data": null}}