Documentation

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

Return value

A new Binding object

Related