Home > @tridion-sites/models > UserPreferences
Represents the User preferences data.
Signature:
export declare class UserPreferences
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, favorites }) | Constructs a new instance of the UserPreferences class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendUserPreferences | ||
favorites | ReadonlyArray<UserFavoriteLink> | Collection of the User favorite links. | |
getInternalModel | () => BackendUserPreferences |