Instance Subscript

subscript(dynamicMember:)

Returns a binding to the resulting value of a given key path. 与えられたキーパスの結果値へのバインディングを返します。

Declaration 宣言

subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get }

Return Value 戻り値

A new binding. 新しいバインディング。

Parameters パラメータ

keyPath

A key path to a specific resulting value. 特定の結果値へのキーパス。