ViewTargetActionSupport#element

elementDOMElementpublic Defined in packages/ember-views/lib/mixins/view_support.js:87 Returns the current DOM element for the view.

Ember.debug()

debug (message) public Defined in packages/ember-debug/lib/index.js:60 Display a debug notice. In a production build, this method is defined as an empty function (NOP). Uses of this method in Ember itself are stripped from the ember.prod.js build. Ember.debug('I\'m a debug notice!'); Parameters: message String A debug message to display.

Registry#_typeOptions

_typeOptionsInheritingDictprivate Defined in packages/container/lib/registry.js:131

OrderedSet.create()

createEmber.OrderedSetprivatestatic Defined in packages/ember-metal/lib/map.js:75 Returns: Ember.OrderedSet

OrderedSet#has()

has (obj) Booleanprivate Defined in packages/ember-metal/lib/map.js:154 Parameters: obj Returns: Boolean

String

Ember.String Namespace PUBLIC Defined in: packages/ember-runtime/lib/system/string.js:144 Module: ember-runtime Defines string helper methods including string formatting and localization. Unless EmberENV.EXTEND_PROTOTYPES.String is false these methods will also be added to the String.prototype as well.

Test#_helpers

_helpersprivate Defined in packages/ember-testing/lib/test.js:42 Available since 1.7.0 Hash containing all known test helpers.

RSVP.Promise#then()

then (onFulfillment, onRejection, label) Promise Defined in bower_components/rsvp/lib/rsvp/promise.js:184 The primary way of interacting with a promise is through its then method, which registers callbacks to receive either a promise's eventual value or the reason why the promise cannot be fulfilled. findUser().then(function(user){ // user is available }, function(reason){ // user is unavailable, and you are given the reason why }); Chaining The return value of then is itself a promise

DS.SnapshotRecordArray#_recordArray

_recordArray{Array}private Defined in addon/-private/system/snapshot-record-array.js:21 An array of records

Binding#toString()

toStringStringpublic Defined in packages/ember-metal/lib/binding.js:121 Returns: String string representation of binding