Source Code
Preparing search index...
The search index is not available
@resolution/confluence-api-client
@resolution/confluence-api-client
index
ContentChildren
Interface ContentChildren
interface
ContentChildren
{
_expandable
?:
{
attachment
?:
string
;
comment
?:
string
;
database
?:
string
;
embed
?:
string
;
folder
?:
string
;
page
?:
string
;
whiteboard
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
_links
?:
GenericLinks
;
attachment
?:
ContentArray
;
comment
?:
ContentArray
;
database
?:
ContentArray
;
embed
?:
ContentArray
;
folder
?:
ContentArray
;
page
?:
ContentArray
;
whiteboard
?:
ContentArray
;
}
Hierarchy
Record
<
string
,
unknown
>
ContentChildren
Index
Properties
_expandable?
_links?
attachment?
comment?
database?
embed?
folder?
page?
whiteboard?
Properties
Optional
_expandable
_expandable
?:
{
attachment
?:
string
;
comment
?:
string
;
database
?:
string
;
embed
?:
string
;
folder
?:
string
;
page
?:
string
;
whiteboard
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
Optional
_links
_links
?:
GenericLinks
Optional
attachment
attachment
?:
ContentArray
Optional
comment
comment
?:
ContentArray
Optional
database
database
?:
ContentArray
Optional
embed
embed
?:
ContentArray
Optional
folder
folder
?:
ContentArray
Optional
page
page
?:
ContentArray
Optional
whiteboard
whiteboard
?:
ContentArray
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_expandable
_links
attachment
comment
database
embed
folder
page
whiteboard
Source Code
@resolution/confluence-api-client
Loading...