Pass action from component to page

Hi! Maybe smb could help me. What I'm trying to do:

1) User wants to activate count down timer with custom time.

2) User press a button that opens bottom sheet component (which is not placed on the same page as button).

3) On bottom sheet component he choose time (5,10,15 min etc). Every time is just a button.

4) After that bottom sheet dismiss, selected time data passes to timer and timer starts.

So the problem I'm trying to solve is how to start timer? I can't find the solution, seems that Execute Callback should work, but I need to add component on page for that?

1
3 replies