DynamicKeyPath

public protocol DynamicKeyPath : AnyDynamicKeyPath

Used only for utility methods.

  • The DynamicObject type

    Declaration

    Swift

    associatedtype ObjectType : DynamicObject
  • The Value type

    Declaration

    Swift

    associatedtype ValueType