MutablePropertyProtocol

public protocol MutablePropertyProtocol: PropertyProtocol, BindingTargetProvider

Represents an observable property that can be mutated directly.

  • The current value of the property.

    Declaration

    Swift

    var value: Value
  • The lifetime of the property.

    Declaration

    Swift

    var lifetime: Lifetime