Wagtail client-side components
    Preparing search index...
    interface DeleteCommentAction {
        commentId: number;
        type: "delete-comment";
    }
    Index

    Properties

    Properties

    commentId: number
    type: "delete-comment"