Versions Compared

Key

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

This event would be emitted 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 export is submitted.

Interface

Code Block
{"msgId": "",

...


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

...


"info": { "status": "",

...


"desc": "",

...


"extDesc": "", "code": 0

...


},

...


"data": { "sheetName": "",

...


"uniqueId": "",

...


"sheetId": ""

...


}

...


}}

Points to

...

consider

...

  1. The Host App will get

...

  1. sheetName

...

  1. ,

...

  1. uniqueId

...

  1. , and

...

  1. sheetId

...

  1. in the payload.

Example

Code Block
{"msgId": "16929834581252127092052195045033",

...


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

...


"info": {

...


"status": "success", "desc": "Export started.", "extDesc": "",

...


"code": 0

...


},

...


"data": {

...


"sheetName": "Sheet 1",

...


"uniqueId": "Sheet16929832377937653862-16929834581229127093028134279434", "sheetId": "Sheet16929832377937653862"

...


}

...


}

...


},