We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Allows to receive Model class item from the client side instead of a index of
an element in dom-repeat Polymer template section, or string representation.
Can be applied on parameters with classes found in the TemplateModel.
This is by default a shorthand for @EventData("event.model.item")
that works with List type model items. For other Model items define
the value to be the methodName e.g. for setSubItem(...) use
@ModelItem("subItem").