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.

DS.AdapterError

DS.AdapterError Class Defined in: addon/adapters/errors.js:11 Module: ember-data

Container#owner

ownerObjectprivate Defined in packages/container/lib/container.js:35

AriaRoleSupport#ariaRole

ariaRoleStringpublic Defined in packages/ember-views/lib/mixins/aria_role_support.js:14 The WAI-ARIA role of the control represented by this view. For example, a button may have a role of type 'button', or a pane may have a role of type 'alertdialog'. This property is used by assistive software to help visually challenged users navigate rich web applications. The full list of valid WAI-ARIA roles is available at: http://www.w3.org/TR/wai-aria/roles#roles_categorization Default: null

Binding#disconnect()

disconnectEmber.Bindingpublic Defined in packages/ember-metal/lib/binding.js:196 Disconnects the binding instance. Changes will no longer be relayed. You will not usually need to call this method. Returns: Ember.Binding `this`

DS.Snapshot#adapterOptions

adapterOptions{Object} Defined in addon/-private/system/snapshot.js:33 A hash of adapter options

Container#cache

cacheInheritingDictprivate Defined in packages/container/lib/container.js:50

Registry#factoryTypeInjection()

factoryTypeInjection (type, property, fullName) private Defined in packages/container/lib/registry.js:555 Used only via factoryInjection. Provides a specialized form of injection, specifically enabling all factory of one type to be injected with a reference to another object. For example, provided each factory of type model needed a store. one would do the following: let registry = new Registry(); registry.register('store:main', SomeStore); registry.factoryTypeInjection('model', 'store',

DS.ServerError#errorsHashToArray()

errorsHashToArrayprivate Defined in addon/adapters/errors.js:168