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