Wagtail client-side components
Preparing search index...
components/CommentApp/state/comments
Comment
Interface Comment
interface
Comment
{
annotation
:
null
|
Annotation
;
author
:
null
|
Author
;
contentpath
:
string
;
date
:
number
;
deleted
:
boolean
;
localId
:
number
;
mode
:
CommentMode
;
newReply
:
string
;
newText
:
string
;
originalText
:
string
;
position
:
string
;
remoteId
:
null
|
number
;
remoteReplyCount
:
number
;
replies
:
Map
<
number
,
CommentReply
>
;
resolved
:
boolean
;
text
:
string
;
}
Index
Properties
annotation
author
contentpath
date
deleted
local
Id
mode
new
Reply
new
Text
original
Text
position
remote
Id
remote
Reply
Count
replies
resolved
text
Properties
annotation
annotation
:
null
|
Annotation
author
author
:
null
|
Author
contentpath
contentpath
:
string
date
date
:
number
deleted
deleted
:
boolean
local
Id
localId
:
number
mode
mode
:
CommentMode
new
Reply
newReply
:
string
new
Text
newText
:
string
original
Text
originalText
:
string
position
position
:
string
remote
Id
remoteId
:
null
|
number
remote
Reply
Count
remoteReplyCount
:
number
replies
replies
:
Map
<
number
,
CommentReply
>
resolved
resolved
:
boolean
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotation
author
contentpath
date
deleted
local
Id
mode
new
Reply
new
Text
original
Text
position
remote
Id
remote
Reply
Count
replies
resolved
text
Wagtail client-side components
Loading...