Home > @tridion-sites/models > UserRuntimeInfo
Represents the runtime information of the User.
Signature:
export declare class UserRuntimeInfo
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, locale }) | Constructs a new instance of the UserRuntimeInfo class |
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. |