A component with positionalParams
always also has named versions of its parameters. For example, the liquid-if
component from liquid-fire has this in its Javascript file:
So these are equivalent:
There is a second way to use positionalParams, which is to gather a variable number of them into an array. That is how link-to works:
You can use the same trick here, but unfortunately the value you pass needs to be an array, so you may want something like ember-array-helper: