@bindAll
Make sure to first read the introduction to data binding.
@bindAll(bindings)
This decorators is simply a shorthand for @bind({all: bindings})
. It can be used for object-to-widget two-way bindings if no typeGuard
parameter is needed.
Make sure to first read the introduction to data binding.
This decorators is simply a shorthand for @bind({all: bindings})
. It can be used for object-to-widget two-way bindings if no typeGuard
parameter is needed.