Type Alias: GetFavouriteItems
GetFavouriteItems = () =>
Promise<FavouriteCollectionItems>
Function
Retrieves all saved favorite items for the current user.
This method fetches the complete list of saved product configurations and modular scenes that the current user has access to. The returned data includes both private favorites (created by the user) and public favorites (shared across the organization), each organized within their respective collections.
This comprehensive favorites data can be used to build favorites browsers, selection interfaces, or to implement "recently used" features.
Returns
Promise<FavouriteCollectionItems>
A promise that resolves to an object containing both public and user-specific favorite collections