Class Ember.Namespace
publicExtends: | EmberObject |
---|---|
Defined in: | packages/@ember/-internals/runtime/lib/system/namespace.js:18 |
Module: | ember |
A Namespace is an object usually used to contain other objects or methods such as an application or framework. Create a namespace anytime you want to define one of these new containers.
Example Usage
MyFramework = Ember.Namespace.create({ VERSION: '1.0.0' });
Methods
- addObserver
- cacheFor
- decrementProperty
- destroy
- get
- getProperties
- incrementProperty
- init
- notifyPropertyChange
- removeObserver
- set
- setProperties
- toString
- toggleProperty
- willDestroy
Properties
Events
No documented items
© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/3.25/classes/Ember.Namespace