[ALOY-1100] Select and implement syntax for specifying static strings for binding properties
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Tooling |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Unknown |
Created | 2014-07-24T20:59:19.000+0000 |
Updated | 2018-03-07T22:26:11.000+0000 |
Description
Determine then implement the syntax that developers can use to specify strings that should not be evaluated as dynamic symbols. For example, in
<Label text="{foo}"/>
the value would typically be interpreted as a binding identifier. But in those very rare cases when the developer wants their label to show those actual characters, we should have a way for them to do so.
No comments