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": "",
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 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}}