DatasyncValue

public struct DatasyncValue : WebcomValuable, CustomStringConvertible

The value of a node.

Stored Properties

  • Declaration

    Swift

    public let jsonDecoder: JSONDecoder

WebcomValuable Protocol

  • Declaration

    Swift

    public var data: Data? { get }
  • Declaration

    Swift

    public var json: Any? { get }

API

  • Indicates whether this value is acknowledged by the back-end.

    When this property is false, the value is only local. It can be either acknowledged or rejected by the back-end later.

    Declaration

    Swift

    public var isAcknowledged: Bool { get }

CustomStringConvertible Protocol

  • Declaration

    Swift

    public var description: String { get }