ProxyMixin

Ember.ProxyMixin Class PRIVATE Defined in: packages/ember-runtime/lib/mixins/-proxy.js:43 Module: ember-runtime Ember.ProxyMixin forwards all properties not defined by the proxy itself to a proxied content object. See Ember.ObjectProxy for more details.

Registry

Registry Class PRIVATE Defined in: packages/container/lib/registry.js:9 Module: ember A registry used to store factory and option information keyed by type. A Registry stores the factory and option information needed by a Container to instantiate and cache objects. The API for Registry is still in flux and should not be considered stable.

DS.Model.eachRelatedType()

eachRelatedType (callback, binding) static Defined in addon/-private/system/relationships/ext.js:559 Given a callback, iterates over each of the types related to a model, invoking the callback with the related type's class. Each type will be returned just once, regardless of how many different relationships it has with a model. Parameters: callback Function the callback to invoke binding Any the value to which the callback's `this` should be bound

DS.Model#didLoad event

didLoad Defined in addon/-private/system/model/model.js:430 Fired when the record is loaded from the server.

OrderedSet#toArray()

toArrayArrayprivate Defined in packages/ember-metal/lib/map.js:195 Returns: Array

Inflector#enableCache()

enableCachepublic Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:121

LinkComponent#loadingHref

loadingHrefStringprivate Defined in packages/ember-htmlbars/lib/components/link-to.js:759 The default href value to use while a link-to is loading. Only applies when tagName is 'a' Default: #

DS.ManyArray#isLoaded

isLoadedBoolean Defined in addon/-private/system/many-array.js:109 The loading state of this array

Component#destroy()

destroyprivate Inherited from Ember.CoreObject but overwritten in packages/ember-views/lib/mixins/view_support.js:328 You must call destroy on a view to destroy the view (and all of its child views). This will remove the view from any parent node, then make sure that the DOM element managed by the view can be released by the memory manager.

DS.JSONAPISerializer#_normalizeRelationshipDataHelper()

_normalizeRelationshipDataHelper (relationshipDataHash) Objectprivate Defined in addon/serializers/json-api.js:138 Parameters: relationshipDataHash Object Returns: Object