Versions Compared

Key

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

...

From Kyvos 2024.2 onwards, non-data cards, such as Data cards, HTML cards, URL cards, Filter cards, and Group Cards, can be added through JavaScript events.

Following are the card types and their respective keys. You can use the card key to add the card.

Card Type

Key

Data card

DATA_CARD

HTML card

HTML_CARD

URL card

URL_CARD

Filter card

FILTER_CARD

Group card

GROUP_CARD

Interface

Code Block
{
"msgId": "",
"msgName": "kyvos.viewer.db.onAddCardDialogOpen", "integrationId": "",
"payload": {
"info": {
"status": "success",
"desc": ""
},
"data": {
"cardType": "DATA<DATA_CARDCARD>"
}
}
}

Points to Consider

...