PropertyDataDelegate
@MainActor
public protocol PropertyDataDelegate : AnyObject
Provides delegate updates when property values change.
-
Called when the
start
property of a PropertyData instance is updated.Declaration
Swift
@MainActor func didUpdate(_ startValue: Double)