@yorkie-js/sdk
    Preparing search index...

    Interface DedupCounter

    YSONDedupCounter represents a DedupCounter CRDT that uses HyperLogLog to count unique actors.

    { type: 'DedupCounter', value: { type: 'Int', value: 15 }, registers: 'AQID...' }
    
    interface DedupCounter {
        registers: string;
        type: "DedupCounter";
        value: Int;
    }
    Index

    Properties

    Properties

    registers: string
    type: "DedupCounter"
    value: Int