TESSA Web API
    Preparing search index...

    Represents basic user information.

    Hierarchy (View Summary)

    Implements

    Index

    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.

    messengers: null | string

    Serialized user messengers list.

    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