Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIdentity

The interface describing a user identity.

Hierarchy

  • PartialJSONObject
    • IIdentity

Index

Properties

Optional Readonly avatar_url

avatar_url: string

User's avatar url. The url to the user's image for the icon.

Readonly color

color: string

User's cursor color and icon color if avatar_url is undefined (there is no image).

Readonly display_name

display_name: string

Shorter version of the name for displaying it on the UI.

Readonly initials

initials: string

User's name initials.

Readonly name

name: string

User's full name.

Readonly username

username: string

User's unique identifier.

Generated using TypeDoc