So i have the following components structure :
1
/ \
2 4
| |
3 5
Component 3 is a marker displayed on a map. Component 5 is a list representing the markers on the map.
Will it be possible that once an onClick event happens on component 5 it will trigger some function/state in component 3 to open an infowindow?