Class: WorkspaceTreeItem

WorkspaceTreeItem#WorkspaceTreeItem(label, collapsibleState, workspace, storiesCount)

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:

WorkspaceTreeItem#WorkspaceTreeItem(label, collapsibleState, workspace)

new WorkspaceTreeItem(label, collapsibleState, workspace)

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

Source: