Class: WorkspaceTreeItem

WorkspaceTreeItem(label, collapsibleState, workspace, storiesCount)

Tree item representing a Shortcut workspace. The top level of the hierarchy that contains workflows. Displays the total number of stories in the workspace.

Constructor

new WorkspaceTreeItem(label, collapsibleState, workspace, storiesCount)

Creates a new WorkspaceTreeItem instance.

Parameters:
Name Type Description
label string

The display text for the workspace

collapsibleState vscode.TreeItemCollapsibleState

Whether and how the workspace can be expanded

workspace Workspace

The workspace this tree item represents

storiesCount number

Total number of stories in this workspace

Source:

Extends

Classes

TreeItem
WorkspaceTreeItem
WorkspaceTreeItem

WorkspaceTreeItem(label, collapsibleState, workspace)

Tree item representing a Shortcut workspace. The top level of the hierarchy that contains stories. Displays the total number of pending stories in parentheses.