constructor(path: string): Binding
Binding クラスの新しいインスタンスを初期化します。
Name of the property to bind to.
バインディングのパスを取得または設定します。
最も単純な場合、このパスは、連結に使用するソースオブジェクトのプロパティの 名前です(例:'street')。
プロパティのサブプロパティは、JavaScriptと同様の構文を使用して 指定できます(例:'address.street')。
getValue(object: any): any
指定したオブジェクトのバインディング値を取得します。
オブジェクトにバインディングのpath で指定されたプロパティが含まれていない場合、メソッドはnullを返します。
The object that contains the data to be retrieved.
複合プロパティ(例: 'customer.address.city')へのバインディングを提供します。