Constructor
# new Project(data)
Model constructor
Parameters:
Name | Type | Description |
---|---|---|
data |
ProjectLike
|
Classes
Members
Number
# plannedDuration
The total planned time of the project, in seconds. The time is calculated of the planned duration by all project tasks.
Array.<{id: String, name: String, color: Color, icon:Icon}>
# teams
The teams the project is associated to.