In Chrome (and possibly other browsers) after the console.logobject, you can right-click on the output in the JavaScript console and click "Save as a global variable." This will assign it to a variable (named temp1, temp2etc.). Then you can access this object through a new variable.
Chrome JavaScript $0. :
getTemplateInstance = function (elem) {
var view = Blaze.getView(elem);
while (!view.templateInstance) {
view = view.parentView;
}
return view.templateInstance();
}
, :
- -
- " "
- JavaScript
getTemplateInstance($0), .
( {{#if}}, {{#each}} ..), getTemplateInstance Blaze.getView($0).templateInstance() .
Blaze.getData($0), .