@salesforce/core
    Preparing search index...

    Class LWWRegister<T>

    a CRDT implementation. Uses timestamps to resolve conflicts when updating the value (last write wins) mostly based on https://jakelazaroff.com/words/an-interactive-intro-to-crdts/

    Type Parameters

    • T

      the type of the value stored in the register

    Index
    state: LWWRegisterState<T>
    • Parameters

      • incoming: LWWRegisterState<T>

      Returns LWWRegisterState<T>