Class: WorkflowTreeItem

WorkflowTreeItem#WorkflowTreeItem(label, id, collapsibleState, workflow, workspace, storiesCount)

new WorkflowTreeItem(label, id, collapsibleState, workflow, workspace, storiesCount)

Creates a new WorkflowTreeItem instance.

Parameters:
Name Type Description
label string

The display text for the workflow

id string

The unique identifier of the workflow

collapsibleState vscode.TreeItemCollapsibleState

Whether and how the workflow can be expanded

workflow Workflow

The workflow this tree item represents

workspace Workspace

The workspace containing this workflow

storiesCount number

Total number of stories in this workflow

Source: