jira.js
Guide
GitHub
Preparing search index...
server
getAllSystemAvatars
Function getAllSystemAvatars
getAllSystemAvatars
(
client
:
Client
,
parameters
:
{
type
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
fileName
?:
string
;
id
?:
string
;
isDeletable
?:
boolean
;
isSelected
?:
boolean
;
isSystemAvatar
?:
boolean
;
owner
?:
string
;
selected
?:
boolean
;
urls
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
,
>
Returns all system avatars of the given type.
Parameters
client
:
Client
parameters
:
{
type
:
string
}
type
:
string
The avatar type
Optional
options
:
RequestOptions
Returns
Promise
<
{
fileName
?:
string
;
id
?:
string
;
isDeletable
?:
boolean
;
isSelected
?:
boolean
;
isSystemAvatar
?:
boolean
;
owner
?:
string
;
selected
?:
boolean
;
urls
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns all system avatars of the given type.