Spec-Zone .ru
спецификации, руководства, описания, API

Chapter 7. Binding

Table of Contents

Bind Update
What does "bind" mean?
What is recalculated on update?
Conditional Expressions
For Expressions
Block Expressions
Function and Method Calls
Bound Functions
Object Literals
Bind Definitions
Bidirectional Bind (bind ... with inverse)

Bind causes a variable's value to track the value of an expression. There are two variants of bind: unidirectional bind (bind) and bidirectional (bind ... with inverse). This chapter first covers unidirectional bind, then the added functionality and limitations of bidirectional bind.