Confluence.js - Cloud and Server API library
Preparing search index...
Models
Content
Interface Content
Base object for all content types.
interface
Content
{
_expandable
:
{
ancestors
?:
string
;
body
?:
string
;
children
?:
string
;
childTypes
?:
string
;
container
?:
string
;
descendants
?:
string
;
history
?:
string
;
metadata
?:
string
;
operations
?:
string
;
restrictions
?:
string
;
space
?:
string
;
version
?:
string
;
}
;
_links
?:
GenericLinks
;
ancestors
?:
Models
.
Content
[]
;
body
?:
{
_expandable
:
{
anonymous_export_view
?:
string
;
atlas_doc_format
?:
string
;
editor
?:
string
;
editor2
?:
string
;
export_view
?:
string
;
storage
?:
string
;
styled_view
?:
string
;
view
?:
string
;
}
;
anonymous_export_view
?:
Models
.
ContentBody
;
atlas_doc_format
?:
Models
.
ContentBody
;
editor2
?:
Models
.
ContentBody
;
export_view
?:
Models
.
ContentBody
;
storage
?:
Models
.
ContentBody
;
styled_view
?:
Models
.
ContentBody
;
view
?:
Models
.
ContentBody
;
}
;
children
?:
ContentChildren
;
childTypes
?:
ContentChildType
;
container
?:
Container
;
descendants
?:
ContentChildren
;
history
?:
ContentHistory
;
id
:
string
;
operations
?:
OperationCheckResult
[]
;
restrictions
?:
{
_links
:
GenericLinks
;
read
?:
ContentRestriction
;
update
?:
ContentRestriction
;
}
;
space
?:
Models
.
Space
;
status
:
string
;
title
:
string
;
type
:
string
;
version
?:
Version
;
}
Index
Properties
_
expandable
_
links?
ancestors?
body?
children?
child
Types?
container?
descendants?
history?
id
operations?
restrictions?
space?
status
title
type
version?
Properties
_
expandable
_expandable
:
{
ancestors
?:
string
;
body
?:
string
;
children
?:
string
;
childTypes
?:
string
;
container
?:
string
;
descendants
?:
string
;
history
?:
string
;
metadata
?:
string
;
operations
?:
string
;
restrictions
?:
string
;
space
?:
string
;
version
?:
string
;
}
Optional
_
links
_links
?:
GenericLinks
Optional
ancestors
ancestors
?:
Models
.
Content
[]
Optional
body
body
?:
{
_expandable
:
{
anonymous_export_view
?:
string
;
atlas_doc_format
?:
string
;
editor
?:
string
;
editor2
?:
string
;
export_view
?:
string
;
storage
?:
string
;
styled_view
?:
string
;
view
?:
string
;
}
;
anonymous_export_view
?:
Models
.
ContentBody
;
atlas_doc_format
?:
Models
.
ContentBody
;
editor2
?:
Models
.
ContentBody
;
export_view
?:
Models
.
ContentBody
;
storage
?:
Models
.
ContentBody
;
styled_view
?:
Models
.
ContentBody
;
view
?:
Models
.
ContentBody
;
}
Optional
children
children
?:
ContentChildren
Optional
child
Types
childTypes
?:
ContentChildType
Optional
container
container
?:
Container
Optional
descendants
descendants
?:
ContentChildren
Optional
history
history
?:
ContentHistory
id
id
:
string
Optional
operations
operations
?:
OperationCheckResult
[]
Optional
restrictions
restrictions
?:
{
_links
:
GenericLinks
;
read
?:
ContentRestriction
;
update
?:
ContentRestriction
;
}
Optional
space
space
?:
Models
.
Space
status
status
:
string
title
title
:
string
type
type
:
string
Optional
version
version
?:
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
expandable
_
links
ancestors
body
children
child
Types
container
descendants
history
id
operations
restrictions
space
status
title
type
version
Confluence.js - Cloud and Server API library
Loading...
Base object for all content types.