Button to Parse Children

I have a sidebar component that contains multiple child components. When the user clicks the submit button, I want to generate a JS object in the sidebar component that contains all the selections the user made in the child components. Each child component has its own action named “parse”.

How do I send a command to the child objects to force them to run their “parse” actions?

Thank you for any help!