Versions Compared

Key

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

...

This event is triggered when the dashboard layout is updated.

Interface

Code Block
languagejson
{
  "msgId": "",
  "msgName": "kyvos.viewer.db.onLayoutUpdate",
  "integrationId": "",
  "payload": {
    "info": {
      "status": "success",
      "desc": ""
    },
    "data": {
      "actionPerformed": ""
    }
  }
}

Points to consider

  1. This event will be triggered when a card position gets updated, a card gets removed or added.

  2. This event will be triggered when a card moves to and copies to another group and tab switching (in case of group card).

  3. This event will be triggered  on card resize.

  4. This event will work in the Design mode only.