Hi,
I have a component that has 4 buttons (Open, Save, Clear, Run), and this component is used in every page of the app. The "Run" button though, needs to trigger a specific event for each page it's clicked on. What's the best way to do it?
I've been researching about EventCallback but I'm not sure if this is the correct approach for this situation.
Thanks!