Skip to main content

Interface: FavouriteCollectionItems

Contains collections of favorite product configurations and modular scenes.

This interface organizes favorite items into two categories: public favorites that are shared across all users, and user-specific favorites that belong to the current user. Each favorite item can be a saved product configuration or a modular scene layout.

This comprehensive structure provides a complete view of all favorites accessible to the current user, enabling the building of favorites browsers and selection interfaces.

Properties

publicFavouriteCollections

publicFavouriteCollections: Favourite[]

List of publicly shared favorite configurations and scenes.

Public favorites are visible to all users and are typically created by administrators or colleagues to showcase recommended or popular configurations. These serve as company-wide resources that anyone can access and use.

Public favorites are especially useful for sharing standard company configurations, providing consistency across team members, or highlighting particularly successful designs.


userFavouriteCollections

userFavouriteCollections: Favourite[]

List of private favorite configurations and scenes for the current user.

User favorites are only visible to the user who created them and provide a way for users to save their personal configurations for later use. These form a personalized library of designs that each user can build over time.

Private favorites are ideal for works in progress, customer-specific designs, or personal design experiments that aren't ready to be shared widely.