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