TimelineTeamIteration interface
Properties
| css |
The iteration CSS Node Id |
| finish |
The end date of the iteration |
| name | The iteration name |
| partially |
All the partially paged workitems in this iteration. |
| path | The iteration path |
| start |
The start date of the iteration |
| status | The status of this iteration |
| work |
The work items that have been paged in this iteration |
Property Details
cssNodeId
The iteration CSS Node Id
cssNodeId: string
Property Value
string
finishDate
The end date of the iteration
finishDate: Date
Property Value
Date
name
The iteration name
name: string
Property Value
string
partiallyPagedWorkItems
All the partially paged workitems in this iteration.
partiallyPagedWorkItems: any[][]
Property Value
any[][]
path
The iteration path
path: string
Property Value
string
startDate
The start date of the iteration
startDate: Date
Property Value
Date
status
workItems
The work items that have been paged in this iteration
workItems: any[][]
Property Value
any[][]