Wagtail client-side components
Preparing search index...
components/CommentApp/state/comments
NewCommentOptions
Interface NewCommentOptions
interface
NewCommentOptions
{
deleted
?:
boolean
;
mode
?:
CommentMode
;
remoteId
?:
null
|
number
;
replies
?:
Map
<
number
,
CommentReply
>
;
resolved
?:
boolean
;
text
?:
string
;
}
Index
Properties
deleted?
mode?
remote
Id?
replies?
resolved?
text?
Properties
Optional
deleted
deleted
?:
boolean
Optional
mode
mode
?:
CommentMode
Optional
remote
Id
remoteId
?:
null
|
number
Optional
replies
replies
?:
Map
<
number
,
CommentReply
>
Optional
resolved
resolved
?:
boolean
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deleted
mode
remote
Id
replies
resolved
text
Wagtail client-side components
Loading...