nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
TrackedTask
Interface TrackedTask
A tracked task/issue.
interface
TrackedTask
{
id
:
string
;
title
:
string
;
status
:
"open"
|
"closed"
|
"in_progress"
;
url
?:
string
;
}
Index
Properties
id
title
status
url?
Properties
Readonly
id
id
:
string
Backend-specific ID (issue number or local ID).
Readonly
title
title
:
string
Readonly
status
status
:
"open"
|
"closed"
|
"in_progress"
Optional
Readonly
url
url
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
title
status
url
GitHub
npm
nexus-agents - v2.80.0
Loading...
A tracked task/issue.