tridion-sites-extensions-api-docs

Home > @tridion-sites/models > UserRuntimeInfo

UserRuntimeInfo class

Represents the runtime information of the User.

Signature:

export declare class UserRuntimeInfo

Constructors

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

Properties

Property Modifiers Type Description
_backendModel   BackendUserRuntimeInfo  
getInternalModel   () => BackendUserRuntimeInfo  
hasPublishRights   boolean Whether the User has the publish rights.
isAdministrator   boolean Whether the User is a system administrator.
isPublicationAdministrator   boolean Whether the current User has the repository-local administration rights.
locale   UserLocaleInfo | undefined Information about User locale.