Wagtail client-side components
    Preparing search index...
    interface CommentsState {
        comments: Map<number, Comment>;
        focusedComment: number | null;
        forceFocus: boolean;
        pinnedComment: number | null;
        remoteCommentCount: number;
    }
    Index

    Properties

    comments: Map<number, Comment>
    focusedComment: number | null
    forceFocus: boolean
    pinnedComment: number | null
    remoteCommentCount: number

    This is redundant, but stored for efficiency as it will change only as the app adds its loaded comments