Method ResolveBinding
ResolveBinding(string)
Resolves a binding for the specified property path.
Declaration
public IAuraReactiveBinding ResolveBinding(string propertyPath)
Parameters
Type | Name | Description |
---|---|---|
string | propertyPath | The dot-notation path to the property requiring binding. |
Returns
Type | Description |
---|---|
IAuraReactiveBinding | A reactive binding instance for the specified property path. |