jira.js
Guide
GitHub
Preparing search index...
server
LinkGroup
Interface LinkGroup
interface
LinkGroup
{
groups
?:
LinkGroup
[]
;
header
?:
{
href
?:
string
;
iconClass
?:
string
;
id
?:
string
;
label
?:
string
;
params
?:
Record
<
string
,
string
>
;
styleClass
?:
string
;
title
?:
string
;
weight
?:
number
;
[
key
:
string
]:
unknown
;
}
;
id
?:
string
;
links
?:
{
href
?:
string
;
iconClass
?:
string
;
id
?:
string
;
label
?:
string
;
params
?:
Record
<
string
,
string
>
;
styleClass
?:
string
;
title
?:
string
;
weight
?:
number
;
[
key
:
string
]:
unknown
;
}
[]
;
styleClass
?:
string
;
weight
?:
number
;
}
Index
Properties
groups?
header?
id?
links?
style
Class?
weight?
Properties
Optional
groups
groups
?:
LinkGroup
[]
Optional
header
header
?:
{
href
?:
string
;
iconClass
?:
string
;
id
?:
string
;
label
?:
string
;
params
?:
Record
<
string
,
string
>
;
styleClass
?:
string
;
title
?:
string
;
weight
?:
number
;
[
key
:
string
]:
unknown
;
}
Optional
id
id
?:
string
Optional
links
links
?:
{
href
?:
string
;
iconClass
?:
string
;
id
?:
string
;
label
?:
string
;
params
?:
Record
<
string
,
string
>
;
styleClass
?:
string
;
title
?:
string
;
weight
?:
number
;
[
key
:
string
]:
unknown
;
}
[]
Optional
style
Class
styleClass
?:
string
Optional
weight
weight
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
groups
header
id
links
style
Class
weight
Guide
GitHub
jira.js
Loading...