次の方法で共有


WorkItemClassificationNode interface

作業項目追跡用の分類ノードを定義します。

Extends

プロパティ

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から継承