Binding.from()
Creates a new binding using the provided binding, or a new binding that encapsulates the provided value.
static from<T>(value: BindingOrValue<T>): Binding<T>;
Parameters
- value — An existing binding, or a literal value
Return value
A new Binding object
Related
class Binding
A class that represents a property binding.
