Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/WorkItemTrackingInterfaces
WorkItemRelation
Interface WorkItemRelation
Link description.
interface
WorkItemRelation
{
attributes
?:
{
[
key
:
string
]:
any
}
;
rel
?:
string
;
url
?:
string
;
}
Hierarchy (
View Summary
)
Link
WorkItemRelation
Index
Properties
attributes?
rel?
url?
Properties
Optional
attributes
attributes
?:
{
[
key
:
string
]:
any
}
Collection of link attributes.
Optional
rel
rel
?:
string
Relation type.
Optional
url
url
?:
string
Link url.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
rel
url
azure-devops-node-api
Loading...
Link description.