Skip to main content

Enumeration: ElementActionType

Type of currently active action for modular scene elements.

This enum defines the possible interaction modes when manipulating elements in a modular product scene. Each action type represents a different way of interacting with products.

Enumeration Members

CLONE

CLONE: "CLONE"

Duplicate selected element together with child nodes to new places.

In CLONE mode, the user can create copies of the selected product (including all its child products) and place them elsewhere on the scene. This preserves all configurations and relationships.


COPY_STYLES

COPY_STYLES: "COPY_STYLES"

Copy styles from one element to others.

In COPY_STYLES mode, the user can apply the visual appearance (materials, colors, finishes) from the selected product to other compatible products, ensuring visual consistency.


HOVER

HOVER: "HOVER"

Show available snapping points for hovered element.

In HOVER mode, the system displays connection points when the user hovers over a product, providing visual guidance about where new products can be attached.


MOVE

MOVE: "MOVE"

Move selected element to other place.

In MOVE mode, the user can relocate the selected product (and any attached children) to a new position on the scene. This preserves product relationships while allowing spatial rearrangement.


REPLACE

REPLACE: "REPLACE"

Show products which can replace current one.

In REPLACE mode, the system shows alternative products that can be swapped in place of the current selection, maintaining all connections and relationships. This allows trying different product options.


SLIDE

SLIDE: "SLIDE"

Enable drag functionality for element.

In SLIDE mode, the user can make fine adjustments to a product's position, typically constrained along a specific axis or within a limited range. This is used for products like drawers or sliding doors.