Binding is the simplest form of binding. It performs a copy from source to target without caching the
value. To learn more about bindings, see AbstractBinding.
To Source bindings are one-way bindings that have an extra source to which to write the result value.
To Source binding is the opposite of a regular one-way binding. To Source binding updates the source property
whenever the target property changes.