PropertyDataDelegate

public protocol PropertyDataDelegate

Provides delegate updates when property values change.

  • Called when the start property of a PropertyData instance is updated.

    Declaration

    Swift

    func didUpdate(_ startValue: Double)