WorkItemClassificationNode interface

定义工作项跟踪的分类节点。

扩展

属性

attributes

包含迭代节点的开始/完成日期等节点属性的字典。

children

提取的子节点的列表。

hasChildren

指示分类节点是否具有任何子节点的标志。

id

分类节点的整数 ID。

identifier

分类节点的 GUID ID。

name

分类节点的名称。

path

分类节点的路径。

structureType

节点结构类型。

继承属性

url

资源的 REST URL。

属性详细信息

attributes

包含迭代节点的开始/完成日期等节点属性的字典。

attributes: {[key: string]: any}

属性值

{[key: string]: any}

children

提取的子节点的列表。

children: WorkItemClassificationNode[]

属性值

hasChildren

指示分类节点是否具有任何子节点的标志。

hasChildren: boolean

属性值

boolean

id

分类节点的整数 ID。

id: number

属性值

number

identifier

分类节点的 GUID ID。

identifier: string

属性值

string

name

分类节点的名称。

name: string

属性值

string

path

分类节点的路径。

path: string

属性值

string

structureType

节点结构类型。

structureType: TreeNodeStructureType

属性值

继承属性详细信息

url

资源的 REST URL。

url: string

属性值

string

继承自WorkItemTrackingResource.url