Ember.inspect()

inspect (obj) Stringprivate

Defined in packages/ember-metal/lib/utils.js:398
Available since 1.4.0

Convenience method to inspect an object. This method will attempt to convert the object into a useful string description.

It is a pretty simple implementation. If you want something more robust, use something like JSDump: https://github.com/NV/jsDump

Parameters:

obj Object
The object you want to inspect.

Returns:

String
A description of the object
doc_EmberJs
2016-11-30 16:51:31
Comments
Leave a Comment

Please login to continue.