W3cubDocs

/Ember.js

Ember.TargetActionSupport (private)

Extends: Ember.Mixin
Defined in: packages/ember-runtime/lib/mixins/target_action_support.js:13
Module: ember

Ember.TargetActionSupport is a mixin that can be included in a class to add a triggerAction method with semantics similar to the Handlebars {{action}} helper. In normal Ember usage, the {{action}} helper is usually the best choice. This mixin is most often useful when you are doing more complex event handling in Components.

Methods

Properties

No documented items

Events

No documented items

© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://emberjs.com/api/ember/2.15/classes/Ember.TargetActionSupport