EmberJS - Object Inspector



The Ember inspector allows interacting with the Ember objects. To view the object's properties, click on the Ember object −

Ember.js Object Inspector

The objects can be viewed under parent objects along with the inherited properties. If there is a calculator icon along with the property name, then it is called the computed property.

Send Objects to Console

The Ember objects can be sent to the console by clicking the $E button which specifies the global variable to the chosen object.

Ember.js Object Inspector

You can see some custom group properties such as Attributes, Flags, etc. by inspecting the Ember data model.

Ember.js Object Inspector
emberjs_ember_inspector.htm
Advertisements