Array#length

lengthNumberpublic Defined in packages/ember-runtime/lib/mixins/array.js:214 Required. You must implement this method to apply this mixin. Your array must support the length property. Your replace methods should set this property whenever it changes.

LinkComponent#active

activeprivate Defined in packages/ember-htmlbars/lib/components/link-to.js:570 Accessed as a classname binding to apply the LinkComponent's activeClass CSS class to the element when the link is active. A LinkComponent is considered active when its currentWhen property is true or the application's current route is the route the LinkComponent would trigger transitions into. The currentWhen property can match against multiple routes by separating route names using the (space) character.

LinkComponent#click event

clickprivate Defined in packages/ember-htmlbars/lib/components/link-to.js:487 Triggers the LinkComponent's routing behavior. If eventName is changed to a value other than click the routing behavior will trigger on that custom event instead.

DS.RESTAdapter#parseErrorResponse()

parseErrorResponse (responseText) Objectprivate Defined in addon/adapters/rest.js:1086 Parameters: responseText String Returns: Object

Test#find()

find (selector) Objectpublic Defined in packages/ember-testing/lib/helpers.js:105 Finds an element in the context of the app's container element. A simple alias for app.$(selector). Example: var $el = find('.my-selector'); Parameters: selector String jQuery string selector for element lookup Returns: Object jQuery object representing the results of the query

ArrayProxy#_contentDidChange()

_contentDidChangeprivate Defined in packages/ember-runtime/lib/system/array_proxy.js:180 Invoked when the content property changes. Notifies observers that the entire array content has changed.

ViewTargetActionSupport#actionContext

actionContextprivate Defined in packages/ember-views/lib/mixins/view_target_action_support.js:53

TextField#pattern

patternStringpublic Defined in packages/ember-htmlbars/lib/components/text_field.js:134 The pattern attribute of input element. Default: null

ContainerProxyMixin

ContainerProxyMixin Class PRIVATE Defined in: packages/ember-runtime/lib/mixins/container_proxy.js:10 Module: ember-runtime ContainerProxyMixin is used to provide public access to specific container functionality.

DS.Errors#_registerHandlers()

_registerHandlersprivate Defined in addon/-private/system/model/errors.js:111 Register with target handler