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

    Properties

    Properties

    commentId: number
    type: "update-comment"