Wagtail client-side components
Preparing search index...
components/CommentApp/actions/comments
UpdateReplyAction
Interface UpdateReplyAction
interface
UpdateReplyAction
{
commentId
:
number
;
replyId
:
number
;
type
:
"update-reply"
;
update
:
CommentReplyUpdate
;
}
Index
Properties
comment
Id
reply
Id
type
update
Properties
comment
Id
commentId
:
number
reply
Id
replyId
:
number
type
type
:
"update-reply"
update
update
:
CommentReplyUpdate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
Id
reply
Id
type
update
Wagtail client-side components
Loading...