Canvas Element Hovered

Overview: This channel is dedicated to when the user hovers over an element within the canvas. It's primarily used for 2D canvas interactions.

Usage: Utilized to trigger actions or display information related to the hovered element in a 2D canvas context.

Parameters:

  • contextId: The ID for the context of the 2D canvas.

  • elementId: The ID of the hovered element.

  • elementType: The type of the hovered element, indicating the shape or canvas element type (e.g., layoutArea).

  • elementName: The name of the hovered element.

  • record: The associated record of the hovered element, where applicable.

Last updated