Wagtail client-side components
    Preparing search index...
    interface AddCommentAction {
        comment: Comment;
        type: "add-comment";
    }
    Index

    Properties

    Properties

    comment: Comment
    type: "add-comment"