Class Ember.CoreView

private

Ember.CoreView is an abstract class that exists to give view-like behavior to both Ember's main view class Ember.Component and other classes that don't need the full functionality of Ember.Component.

Unless you have specific needs for CoreView, you will use Ember.Component in your applications.