This event would request Kyvos to open add card dialog in dashboard.
Interface
{"msgId": "",
"msgName": "kyvos.viewer.db.openAddCardDialog", "payload": {
"cardType": "DATA_CARD"
}}
Points to Consider
- Possible values for type property: "DATA_CARD", "HTML_CARD", "URL_CARD", "GROUP_CARD", "FILTER_CARD".
- Default value for cardType is "DATA_CARD", if not provided.
- This API will work in the design mode only.