Docs (4.0.0)
Bindings

bound

Creates a new property binding.

bound<S>(source: Binding.ValidPathString<S>, defaultValue?: any): Binding<any>

Notes

Parameters

  • source — The source property name or path
  • defaultValue — An optional default value, that’s used instead of the bound value when undefined

Return value

A new Binding instance.

Static Members

Related