Service

Ember.Service Class PUBLIC Extends: Ember.Object Defined in: packages/ember-runtime/lib/system/service.js:35 Module: ember

Component#didRender event

didRenderpublic Defined in packages/ember-htmlbars/lib/component.js:385 Available since 1.13.0 Called after a component has been rendered, both on initial render and in subsequent rerenders.

Route#transitionTo()

transitionTo (name, models, options) Transitionpublic Defined in packages/ember-routing/lib/system/route.js:886 Transition the application into another route. The route may be either a single route or route path: this.transitionTo('blogPosts'); this.transitionTo('blogPosts.recentEntries'); Optionally supply a model for the route in question. The model will be serialized into the URL using the serialize hook of the route: this.transitionTo('blogPost', aPost); If a literal is passed (such a

Container#destroy()

destroyprivate Defined in packages/container/lib/container.js:136 A depth first traversal, destroying the container, its descendant containers and all their managed objects.

DS.AdapterPopulatedRecordArray#loadRecords()

loadRecords (records, payload) private Defined in addon/-private/system/record-arrays/adapter-populated-record-array.js:65 Parameters: records Array payload Object normalized payload

Freezable#isFrozen

isFrozenBooleanprivate Defined in packages/ember-runtime/lib/mixins/freezable.js:80 Set to true when the object is frozen. Use this property to detect whether your object is frozen or not.

PromiseProxyMixin#isSettled

isSettledpublic Defined in packages/ember-runtime/lib/mixins/promise_proxy.js:112 Once the proxied promise has settled this will become true. Default: false

ContainerProxyMixin#__container__

__container__Ember.Containerprivate Defined in packages/ember-runtime/lib/mixins/container_proxy.js:18 The container stores state.

Enumerable#isEvery()

isEvery (key, value) Booleanpublic Defined in packages/ember-runtime/lib/mixins/enumerable.js:595 Available since 1.3.0 Returns true if the passed property resolves to the value of the second argument for all items in the enumerable. This method is often simpler/faster than using a callback. Parameters: key String the property to test value [String] optional value to test against. Defaults to `true` Returns: Boolean

DS.ManyArray#loadingRecordsCount()

loadingRecordsCount (count) private Defined in addon/-private/system/many-array.js:215 Parameters: count Number