DittoUpdateResultPushed

@objc
public class DittoUpdateResultPushed : NSObject, DittoUpdateResultValueObjC

Represents the update result that will be the value of a DittoUpdateResultObjC when its type is pushed and asPushed 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
  • The value the was pushed at the path in the doucment.

    Declaration

    Swift

    @objc
    public let value: Any