EmberJS – Object Inspector

The Ember inspector allows interacting with the Ember objects. To view the object’s properties, click on the Ember object โˆ’

Objects

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.

Objects

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

Previous Page:-Click Here

Leave a Reply