WorkItemClassificationNode interface

Defines a classification node for work item tracking.

Extends

Properties

attributes

Dictionary that has node attributes like start/finish date for iteration nodes.

children

List of child nodes fetched.

hasChildren

Flag that indicates if the classification node has any child nodes.

id

Integer ID of the classification node.

identifier

GUID ID of the classification node.

name

Name of the classification node.

path

Path of the classification node.

structureType

Node structure type.

Inherited Properties

url

REST URL for the resource.

Property Details

attributes

Dictionary that has node attributes like start/finish date for iteration nodes.

attributes: {[key: string]: any}

Property Value

{[key: string]: any}

children

List of child nodes fetched.

children: WorkItemClassificationNode[]

Property Value

hasChildren

Flag that indicates if the classification node has any child nodes.

hasChildren: boolean

Property Value

boolean

id

Integer ID of the classification node.

id: number

Property Value

number

identifier

GUID ID of the classification node.

identifier: string

Property Value

string

name

Name of the classification node.

name: string

Property Value

string

path

Path of the classification node.

path: string

Property Value

string

structureType

Node structure type.

structureType: TreeNodeStructureType

Property Value

Inherited Property Details

url

REST URL for the resource.

url: string

Property Value

string

Inherited From WorkItemTrackingResource.url