Document toolboxDocument toolbox

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

  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. All rights reserved.