DittoLiveQueryMove

@objc
public class DittoLiveQueryMove : NSObject

Represents how a document has moved in the list of matching documents as part of a live query update event.

  • The index in the list of documents that the document was previously at before the move.

    Declaration

    Swift

    @objc
    public let from: Int
  • to

    The index in the list of documents that the document is now at after the move.

    Declaration

    Swift

    @objc
    public let to: Int