Versions Compared

Key

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

This event would request Kyvos to open add card dialog in dashboard.

Interface

{"msgId": "",
"msgName": This event requests Kyvos to open the Add Card dialog on the dashboard.

Interface

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

...


"cardType": "DATA_CARD"

...


}
}

Points to

...

consider

  1. Possible values for type property are: "DATA_CARD", "HTML_CARD", "URL_CARD", "GROUP_CARD", and "FILTER_CARD".
  2. Default value for the cardType is "DATA_CARD", if not provided.
  3. This API will work in the design Design mode only.