Wagtail client-side components
    Preparing search index...
    interface CommentReplyProps {
        comment: Comment;
        isFocused: boolean;
        reply: CommentReply;
        store: Store;
        user: null | Author;
    }
    Index

    Properties

    comment: Comment
    isFocused: boolean
    store: Store
    user: null | Author