Skip to main content

Interface: ToolbarData

Information about available actions and capabilities for the selected product in a modular configurator.

This interface provides a comprehensive set of flags and properties that determine which actions are available for the currently selected product(s). It powers context-sensitive toolbars, action menus, and UI controls.

Properties

canClone

canClone: boolean

Indicates whether the selected product can be cloned.

When true, the selected product can be duplicated to create an identical copy (including its configuration) elsewhere on the scene. This might be false for unique products or due to license limitations.


canConfigure

canConfigure: boolean

Indicates whether the selected product(s) can be configured.

When true, the selected product has customizable options that can be modified. This controls whether configuration panels or option selectors should be available for this product.


canCopyStyles

canCopyStyles: boolean

Indicates whether styles from this product can be copied to others.

When true, the style settings (colors, materials, finishes) from the selected product can be copied for application to other products. This allows for consistent styling across multiple products.


canDelete

canDelete: boolean

Indicates whether the selected product(s) can be deleted.

When true, the selected product can be removed from the scene. This might be false for required products or products with certain relationships to other products that prevent removal.


canFlip

canFlip: boolean

Indicates whether the selected product can be flipped.

When true, the selected product can be mirrored or flipped along an axis. This is typically used for products like L-shaped desks, corner units, or any product with handedness (left/right versions).


canMove

canMove: boolean

Indicates whether the selected product can be moved.

When true, the selected product can be relocated to different positions on the scene. This might be false for fixed products or products that must maintain specific positions.


canPasteStyles

canPasteStyles: boolean

Indicates whether styles can be pasted to this product from another.

When true, the selected product can receive style settings (like colors, materials, finishes) that have been copied from another product. This enables consistent styling across multiple products.


canReplace

canReplace: boolean

Indicates whether the current product can be replaced with another.

When true, the selected product can be swapped out for a different product while maintaining its position and connections. This allows for trying different product options in the same position.


canRotate

canRotate: boolean

Indicates whether the selected product can be rotated.

When true, the selected product can be turned on its axis or reoriented. This is essential for proper positioning of products that have specific orientations or facings.


canSlide

canSlide: boolean

Indicates whether the selected product can be slided.

When true, the selected product can be moved incrementally along a track or rail. This is typically used for products like drawer units, sliding doors, or adjustable shelves that can move within constraints.


flipLabel?

optional flipLabel: string

Custom label for the flip action button.

This optional property provides a product-specific label for the flip action. For example, instead of generic "Flip" text, it might say "Switch to Left-Hand" or "Reverse Orientation" depending on the product.


instanceId

instanceId: string

ID of the currently selected product instance.

This uniquely identifies the product instance that is currently selected in the modular scene. This ID can be used for targeting specific operations to this particular product.


productName

productName: string

Display name of the selected product.

This is the human-readable name of the product that is currently selected. This should be shown in toolbars or selection indicators to help users identify what they're working with.