Preparing search index...
The search index is not available
contentful-management.js - v11.52.2
contentful-management.js
Comment
Interface Comment
interface
Comment
{
body
:
string
;
status
:
CommentStatus
;
sys
:
CommentSysProps
;
delete
(
)
:
Promise
<
void
>
;
toPlainObject
(
)
:
CommentProps
;
update
(
)
:
Promise
<
Comment
|
RichTextComment
>
;
}
Hierarchy (
view full
)
CommentProps
DefaultElements
<
CommentProps
>
CommentApi
Comment
Index
Properties
body
status
sys
Methods
delete
to
Plain
Object
update
Properties
body
body
:
string
status
status
:
CommentStatus
sys
sys
:
CommentSysProps
Methods
delete
delete
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
to
Plain
Object
to
Plain
Object
(
)
:
CommentProps
Returns
CommentProps
update
update
(
)
:
Promise
<
Comment
|
RichTextComment
>
Returns
Promise
<
Comment
|
RichTextComment
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
status
sys
Methods
delete
to
Plain
Object
update
contentful-management.js - v11.52.2
Loading...