You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/03-template-syntax/11-bind.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: bind:
4
4
5
5
Data ordinarily flows down, from parent to child. The `bind:` directive allows data to flow the other way, from child to parent.
6
6
7
-
The general syntax is `bind:property={expression}`, where `expression` is an _lvalue_ (i.e. a variable or an object property). When the expression is an identifier with the same name as the property, we can omit the expression — in other words these are equivalent:
7
+
The general syntax is `bind:property={expression}`, where `expression` is a _value_ (i.e. a variable or an object property). When the expression is an identifier with the same name as the property, we can omit the expression — in other words these are equivalent:
0 commit comments