DatasyncValue
public struct DatasyncValue : WebcomValuable, CustomStringConvertible
The value of a node.
-
Declaration
Swift
public let jsonDecoder: JSONDecoder
-
Declaration
Swift
public var data: Data? { get }
-
Declaration
Swift
public var json: Any? { get }
-
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 }
-
Declaration
Swift
public var description: String { get }