Confluence.js - Cloud and Server API library
Preparing search index...
Models
GroupArrayWithLinks
Interface GroupArrayWithLinks
Same as GroupArray but with
_links
property.
interface
GroupArrayWithLinks
{
_links
:
Record
<
string
,
any
>
;
limit
:
number
;
results
:
Models
.
Group
[]
;
size
:
number
;
start
:
number
;
}
Hierarchy (
View Summary
)
GroupArray
GroupArrayWithLinks
Index
Properties
_
links
limit
results
size
start
Properties
_
links
_links
:
Record
<
string
,
any
>
limit
limit
:
number
results
results
:
Models
.
Group
[]
size
size
:
number
start
start
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
limit
results
size
start
Confluence.js - Cloud and Server API library
Loading...
Same as GroupArray but with
_links
property.