An Ember.View subclass that implements Ember.MutableArray allowing programatic management of its child views.
Defines the properties that will be concatenated from the superclass (instead of overridden).
Destroyed object property flag. If this property is true the observers and bindings were already removed by the effect of calling the destroy() method.
Destruction scheduled flag. The destroy() method has been called. The object stays intact until the end of the run loop at which point the isDestroyed flag is set.
any
number
boolean
boolean
Iterate over each computed property for the class, passing its name and any associated metadata (see metaForProperty) to the callback.
HTMLElement
any
{}
{}
any
boolean
number
Returns the original hash that was passed to meta().
property name
{}
Returns a string representation which attempts to provide more information than Javascript's toString
typically does, in a generic way for all Ember objects (e.g., "
string
any