acmeportal / treeView/items/DetailTreeItem / DetailTreeItem
Class: DetailTreeItem¶
Defined in: treeView/items/DetailTreeItem.ts:9
Tree item representing a detail or property of a flow or deployment
Extends¶
Constructors¶
Constructor¶
new DetailTreeItem(
label,flowData?,deploymentData?,parentId?):DetailTreeItem
Defined in: treeView/items/DetailTreeItem.ts:10
Parameters¶
label¶
string
flowData?¶
deploymentData?¶
parentId?¶
string
Returns¶
DetailTreeItem
Overrides¶
Properties¶
collapsibleState¶
readonlycollapsibleState:TreeItemCollapsibleState
Defined in: treeView/items/BaseTreeItem.ts:9
Inherited from¶
parentId?¶
readonlyoptionalparentId:string
Defined in: treeView/items/BaseTreeItem.ts:10
Inherited from¶
label¶
readonlylabel:string
Defined in: treeView/items/DetailTreeItem.ts:11
Inherited from¶
flowData?¶
readonlyoptionalflowData:FlowDetails
Defined in: treeView/items/DetailTreeItem.ts:12
deploymentData?¶
readonlyoptionaldeploymentData:DeploymentDetails
Defined in: treeView/items/DetailTreeItem.ts:13