TaskNode
Defined in: react/components/agent/task-tree.tsx:20
A node in a TaskTree — a task that may own sub-tasks.
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?:TaskNode[]
Defined in: react/components/agent/task-tree.tsx:26
Nested sub-tasks, rendered indented beneath this one.
status?
Section titled “status?”
optionalstatus?:TodoStatus
Defined in: react/components/agent/task-tree.tsx:24
Lifecycle state. Defaults to "pending".
text:
string
Defined in: react/components/agent/task-tree.tsx:22
The task description.