I know the sendAction will send actions from a component to the controller associated with the template where it has been placed, but in my case the component is no
sendAction
Normally you pass target, but the context of a component the property name is targetObject.
target
targetObject
{{foo-bar action='actionName' targetObject=view}}