nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ScmIssueDetail
Interface ScmIssueDetail
Extended issue with association and state. Used by IScmReviewer.
interface
ScmIssueDetail
{
number
:
number
;
title
:
string
;
body
:
string
;
labels
:
readonly
string
[]
;
author
:
string
;
createdAt
:
string
;
authorAssociation
:
string
;
state
:
string
;
url
:
string
;
}
Hierarchy (
View Summary
)
ScmIssue
ScmIssueDetail
Index
Properties
number
title
body
labels
author
created
At
author
Association
state
url
Properties
Readonly
number
number
:
number
Readonly
title
title
:
string
Readonly
body
body
:
string
Readonly
labels
labels
:
readonly
string
[]
Readonly
author
author
:
string
Readonly
created
At
createdAt
:
string
Readonly
author
Association
authorAssociation
:
string
Readonly
state
state
:
string
Readonly
url
url
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
number
title
body
labels
author
created
At
author
Association
state
url
GitHub
npm
nexus-agents - v2.80.0
Loading...
Extended issue with association and state. Used by IScmReviewer.