ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

StoreMap: supported nested mappings #446

Open wkeese opened 8 years ago

wkeese commented 8 years ago

For example, this will set the renderItem's foo property to the store item's bar.zaz property:

fooAttr: "bar.zaz"

It's a bit tricky to support because it also has to work the other way, when mapping renderItems back to store items.