tridion-sites-extensions-api-docs

Home > @tridion-sites/models > UserFavoriteLink

Represents the link to a favorite item.

Signature:

export declare class UserFavoriteLink

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, idRef })   Constructs a new instance of the UserFavoriteLink class

Properties

Property Modifiers Type Description
_backendModel   BackendFavoriteLink  
getInternalModel   () => BackendFavoriteLink  
idRef   ItemUri TCM URI of the referenced item.
path   string | undefined Path to the container where the referenced item is located.
title   string | undefined Title of the referenced item.