Event: kyvos.onContainerResize

Event: kyvos.onContainerResize

✅ Enterprise: AWS, Azure, GCP, and On-Premises

✅ Marketplace: AWS, Azure, and GCP

✅ SaaS: AWS, Azure, and GCP

✅ Single Node Installation (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

  1. The width and height property considers the portion which is not in view currently due to content overflow (scroll).

  2. Both properties should be an integer value in pixels.

  3. This event will be triggered for dashboard in View mode only.

  4. This event will be triggered on tab switching in group-card as it changes height of dashboard.

Copyright Kyvos, Inc. 2026. All rights reserved.