Event
An event that triggers an update.
-
The was persisted.
Declaration
Swift
case persisted(Value) -
The value was removed.
Declaration
Swift
case removed -
The value after the update.
nilindicates the value was removed.Declaration
Swift
public var value: Value? { get }
View on GitHub
Event Enumeration Reference