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

    Interface Counter

    YSONCounter represents a Counter CRDT for collaborative counting.

    { type: 'Counter', value: { type: 'Int', value: 10 } }
    
    interface Counter {
        type: "Counter";
        value: Int | Long;
    }
    Index

    Properties

    Properties

    type: "Counter"
    value: Int | Long