tridion-sites-extensions-api-docs

Home > @tridion-sites/models > UserPreferences

UserPreferences class

Represents the User preferences data.

Signature:

export declare class UserPreferences

Constructors

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

Properties

Property Modifiers Type Description
_backendModel   BackendUserPreferences  
favorites   ReadonlyArray<UserFavoriteLink> Collection of the User favorite links.
getInternalModel   () => BackendUserPreferences