Preparing search index...
The search index is not available
Confluence.js - Cloud and Server API library
Confluence.js - Cloud and Server API library
ServerModels
ContentChildren
Interface ContentChildren
interface
ContentChildren
{
_expandable
:
{
attachment
?:
string
;
comment
?:
string
;
page
?:
string
;
}
;
_links
:
Record
<
string
,
any
>
;
attachment
?:
Pagination
<
ServerModels
.
Content
>
;
comment
?:
Pagination
<
ServerModels
.
Content
>
;
page
?:
Pagination
<
ServerModels
.
Content
>
;
}
Index
Properties
_expandable
_links
attachment?
comment?
page?
Properties
_expandable
_expandable
:
{
attachment
?:
string
;
comment
?:
string
;
page
?:
string
;
}
Type declaration
Optional
attachment
?:
string
Optional
comment
?:
string
Optional
page
?:
string
_links
_links
:
Record
<
string
,
any
>
Optional
attachment
attachment
?:
Pagination
<
ServerModels
.
Content
>
Optional
comment
comment
?:
Pagination
<
ServerModels
.
Content
>
Optional
page
page
?:
Pagination
<
ServerModels
.
Content
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
_expandable
_links
attachment
comment
page
Confluence.js - Cloud and Server API library
Loading...
Generated using
TypeDoc
v0.25.12