@bindAll

:point_right: 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.