DittoUpdateResultReplacedWithCounter

@objc
public class DittoUpdateResultReplacedWithCounter : NSObject, DittoUpdateResultValueObjC

Represents the update result that will be the value of a DittoUpdateResultObjC when its type is replacedWithCounter and asReplacedWithCounter is called on it.

  • The ID of the document that was updated.

    Declaration

    Swift

    @objc
    public let docID: String
  • The path to the key in the document that was updated.

    Declaration

    Swift

    @objc
    public let path: String