DittoTypedDocument

@available(*, deprecated, message: "Codable APIs will be removed in the future")
public class DittoTypedDocument<T> where T : Decodable

A document belonging to a DittoCollection with an inner typed value.

  • id

    The ID of the document.

    Declaration

    Swift

    public let id: DittoDocumentID
  • The document’s inner value.

    Declaration

    Swift

    public let value: T