This helper grabs the contents of an ember proxy, or returns the object if its not a proxy. If you are having difficulty accessing properties in an object because it is still a proxy, deproxy is able to help you. This might be especially helpful in passing objects to components.

{{deproxy object}}

Parameters:

  • Object - object which may be a proxy.
Show: