Inspecting Objects via the Container

Inspecting Objects via the Container

Every Ember application has a container that maintains object instances for you. You can inspect these instances using the Container tab. This is useful for objects that don't fall under a dedicated menu, such as services.

Click on the Container tab, and you will see a list of instances the container is holding. Click on a type to see the list of all instances of that type maintained by the container.

Inspecting Instances

Click on a row to inspect a given instance using the Object Inspector.

Filter and Reload

You can reload the container tab by clicking on the reload icon. To search for instances, type a query in the search box.

© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://guides.emberjs.com/v2.13.0/ember-inspector/container

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部