Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICollaborator

Interface for an object representing a single collaborator on a realtime model.

Hierarchy

  • JSONObject
    • ICollaborator

Index

Properties

Readonly color

color: string

A color to be used to identify the collaborator in UI elements.

Readonly displayName

displayName: string

A human-readable display name for a collaborator.

Readonly sessionId

sessionId: string

A session id, which should be unique to a particular view on a collaborative model.

Readonly shortName

shortName: string

A human-readable short name for a collaborator, for use in places where the full displayName would take too much space.

Readonly userId

userId: string

A user id for the collaborator. This might not be unique, if the user has more than one editing session at a time.

Generated using TypeDoc