Class

Team

Team(data)

Team Model
Constructor

# new Team(data)

Model constructor
Parameters:
Name Type Description
data TeamLike

View Source model/Team.js, line 8

Classes

Team

Members

Color

# color

The team type. Optional.

View Source model/Team.js, line 42

String

# createdBy

The id of the user who created this team.

View Source model/Team.js, line 66

String

# createdOn

The date this team was created.

View Source model/Team.js, line 58

Icon

# icon

The team description. Optional.

View Source model/Team.js, line 34

String

# id

The id of the team.

View Source model/Team.js, line 50

String

# name

The team name.

View Source model/Team.js, line 26

Array.<String>

# projectIds

The ids of the projects in the team.

View Source model/Team.js, line 98

String

# updatedBy

The id of the user who last updated this team.

View Source model/Team.js, line 82

String

# updatedOn

The date this team was last modified.

View Source model/Team.js, line 74

Array.<String>

# userIds

The ids of the users in the team.

View Source model/Team.js, line 90