Extends: | Ember.Object |
---|---|
Uses: | Ember.Evented , |
Defined in: | packages/ember-views/lib/views/core_view.js:10 |
Module: | ember |
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.
© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://emberjs.com/api/ember/2.15/classes/Ember.CoreView