Appearance
containingObjectUpdater
This variable will be filled when a new FlakeRepresentable will be created, it should be triggered after a successfull result in the PropertyResultHandler of setter
Setting a property might lead to changes to other Porperties. This functions make sure those changes a send to the correct properties.
swift
var containingObjectUpdater: ([FlakePropertyProtocol]) -> Void { get set }
Discussion
- array of Properties returned by the PropertyResultHandler of
setter