components triggers needs to be triggered from inside the component and can be listened from the parent of the component. It’s communication from child to parent, not the other way.
If you have some logic defined inside the component and want to trigger it from the parent you need to use actions, but this is not possible right now. It should be planned so you will be able to do it.
1 Like