MutablePropertyProtocol

public protocol MutablePropertyProtocol : BindingTargetProvider, PropertyProtocol

Represents an observable property that can be mutated directly.

  • The current value of the property.

    Declaration

    Swift

    var value: Value { get set }
  • The lifetime of the property.

    Declaration

    Swift

    var lifetime: Lifetime { get }