Class: TaskTreeItem

TaskTreeItem#TaskTreeItem(label, isComplete, taskId, storyId, workspace)

new TaskTreeItem(label, isComplete, taskId, storyId, workspace)

Creates a new TaskTreeItem instance.

Parameters:
Name Type Description
label string

The display text for the task

isComplete boolean

Whether the task is marked as complete

taskId number

The unique identifier of the task

storyId number

The unique identifier of the story containing this task

workspace Workspace

The workspace containing this task

Source: