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`

Container#owner

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

EngineInstance#setupRegistry()

setupRegistry (registry, options) private Defined in packages/ember-application/lib/system/engine-instance.js:143 Parameters: registry Registry options BootOptions

DS.RecordArray#content

contentEmber.Arrayprivate Defined in addon/-private/system/record-arrays/record-array.js:34 The array of client ids backing the record array. When a record is requested from the record array, the record for the client id at the same index is materialized, if necessary, by the store.

DS.JSONSerializer#normalizeSingleResponse()

normalizeSingleResponse (store, primaryModelClass, payload, id, requestType) Object Defined in addon/serializers/json.js:416 Available since 1.13.0 Parameters: store DS.Store primaryModelClass DS.Model payload Object id String|Number requestType String Returns: Object JSON-API Document

DS.JSONSerializer#normalizeUsingDeclaredMapping()

normalizeUsingDeclaredMappingprivate Defined in addon/serializers/json.js:765

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.