var wrappedValue : Value
The underlying value referenced by the binding variable.
バインディング変数によって参照される基礎をなす値。
var projectedValue : Binding<Value>
A projection of the binding value that returns a binding.
バインディング値のある投影、それはあるバインディングを返します。
Availability 有効性
Technology
subscript<Subject>(dynamicMember keyPath: WritableKeyPath
<Value, Subject>) -> Binding
<Subject> { get }
A new binding. 新しいバインディング。
keyPath
A key path to a specific resulting value. 特定の結果値へのキーパス。
var wrappedValue : Value
var projectedValue : Binding<Value>