Wagtail client-side components
Preparing search index...
components/CommentApp/state/comments
CommentReply
Interface CommentReply
interface
CommentReply
{
author
:
null
|
Author
;
date
:
number
;
deleted
:
boolean
;
localId
:
number
;
mode
:
CommentReplyMode
;
newText
:
string
;
originalText
:
string
;
remoteId
:
null
|
number
;
text
:
string
;
}
Index
Properties
author
date
deleted
local
Id
mode
new
Text
original
Text
remote
Id
text
Properties
author
author
:
null
|
Author
date
date
:
number
deleted
deleted
:
boolean
local
Id
localId
:
number
mode
mode
:
CommentReplyMode
new
Text
newText
:
string
original
Text
originalText
:
string
remote
Id
remoteId
:
null
|
number
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
date
deleted
local
Id
mode
new
Text
original
Text
remote
Id
text
Wagtail client-side components
Loading...