Event: kyvos.onContainerResize
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace  Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
This event is triggered when the Kyvos page size changes.
Interface
{"msgId": "",
"msgName": "kyvos.onContainerResize", "integrationId": "",
"payload": {
"info": {
"status": "success",
"desc": ""
},
"data": {
"width": 200,
"height": 200
}
}
}
Points to consider
The width and height property considers the portion which is not in view currently due to content overflow (scroll).
Both properties should be an integer value in pixels.
This event will be triggered for dashboard in View mode only.
This event will be triggered on tab switching in group-card as it changes height of dashboard.
Copyright Kyvos, Inc. All rights reserved.