Skip to main content

Interface: ElementAction

Information about the currently active element action.

This interface describes an action being performed on a specific element in the modular scene, such as moving, cloning, or adjusting a product. It identifies both the action type and the affected element.

Properties

actionType

actionType: Nullable<string>

Type of action currently being performed.

This identifies what kind of interaction is currently happening, such as moving, cloning, or replacing a product. This determines how user inputs are interpreted and what visual feedback should be shown.


instanceId

instanceId: Nullable<string>

ID of the instance being affected by the action.

This uniquely identifies which product instance on the scene is currently being acted upon. This may be null if no specific instance is targeted (for example, during initial product placement).