ActionHandler

Ember.ActionHandler Class

PRIVATE

Defined in: packages/ember-runtime/lib/mixins/action_handler.js:13

Module: ember-runtime

Ember.ActionHandler is available on some familiar classes including Ember.Route, Ember.Component, and Ember.Controller. (Internally the mixin is used by Ember.CoreView, Ember.ControllerMixin, and Ember.Route and available to the above classes through inheritance.)

send (actionName, context) public

Def