Home > @tridion-sites/models > UserFavoriteLink
Represents the link to a favorite item.
Signature:
export declare class UserFavoriteLink
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, idRef }) | Constructs a new instance of the UserFavoriteLink class |
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. |