Class: Team#

Describes a single team of players involved in a session.

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

  • Team

Index#

Constructors#

Properties#

Constructors#

constructor#

+ new Team(other?: any): Team

Defined in src/models/Team.ts:20

Parameters:#

Name

Type

other?

any

Returns: Team

Properties#

id#

id: number = 0

Defined in src/models/Team.ts:15

The index or unique identifier of the team.


members#

members: string[] = []

Defined in src/models/Team.ts:20

The list of UUIDs for each user on the team.