HTMLBars
Ember.HTMLBars Class
Module: ember-glimmer
makeBoundHelper (fn) private
Create a bound helper. Accepts a function that receives the ordered and hash parameters from the template. If a bound property was provided in the template, it will be resolved to its value and any changes to the bound property cause the helper function to be re-run with the updated values.
-
params
- An array of resolved ordered parameters.