Skip to content

acmeportal


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?

FlowDetails

deploymentData?

DeploymentDetails

parentId?

string

Returns

DetailTreeItem

Overrides

BaseTreeItem.constructor

Properties

collapsibleState

readonly collapsibleState: TreeItemCollapsibleState

Defined in: treeView/items/BaseTreeItem.ts:9

Inherited from

BaseTreeItem.collapsibleState


parentId?

readonly optional parentId: string

Defined in: treeView/items/BaseTreeItem.ts:10

Inherited from

BaseTreeItem.parentId


label

readonly label: string

Defined in: treeView/items/DetailTreeItem.ts:11

Inherited from

BaseTreeItem.label


flowData?

readonly optional flowData: FlowDetails

Defined in: treeView/items/DetailTreeItem.ts:12


deploymentData?

readonly optional deploymentData: DeploymentDetails

Defined in: treeView/items/DetailTreeItem.ts:13