API Docs for: v2.11.0
Show:

Ember.ProxyMixin Class

Ember.ProxyMixin forwards all properties not defined by the proxy itself to a proxied content object. See Ember.ObjectProxy for more details.

Item Index

Properties

Properties

content

Ember.Object private

The object whose properties will be forwarded.

Default: null