Represents basic user information.

Hierarchy (View Summary)

Implements

Constructors

Properties

contacts: UserInfoContact[]

A collection of the user's contact information entries.

department: null | string

The user department.

info: null | IStorage = null

Additional user-related information as key-value pairs.

name: string = ''

The user name.

position: null | string

The user position or job title.

Accessors

  • get id(): string

    The user identifier.

    Returns string

Methods

  • Создает новый объект, который является копией текущего экземпляра.

    Returns UserInfo