This one 'var key = "text";' ?
How so? How it's even equivalent to 'var bar = model["text"]' ?
And even the model.text would change model properties. Whereas If I understood correctly model element's properties inside delegate can only be accessed if they are declared as roles.
No, the third example for accessing the model data
Well, if your names are not model roles, return the object as one of the model roles and access the object's properties by name.
Cheers,
_
Bookmarks