Annoto Widget API - v3.65.0
    Preparing search index...

    Interface ICommentsCounters

    interface ICommentsCounters {
        count?: number;
        countDiff?: number;
        emotions?: { [key: string]: number };
        rootCount?: number;
        rootCountDiff?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    count?: number
    countDiff?: number
    emotions?: { [key: string]: number }
    rootCount?: number
    rootCountDiff?: number