Observable#endPropertyChanges()

endPropertyChangesEmber.Observableprivate

Defined in packages/ember-runtime/lib/mixins/observable.js:251

Ends a grouping of property changes.

You can use this method to group property changes so that notifications will not be sent until the changes are finished. If you plan to make a large number of changes to an object at one time, you should call beginPropertyChanges() at the beginning of the changes to defer change notifications. When you are done making changes, call this method to deliver the deferred change notifications and end deferring.

Returns:

Ember.Observable
doc_EmberJs
2016-11-30 16:52:42
Comments
Leave a Comment

Please login to continue.