Make event pass through graphic but also hit the graphic

So, I have this situation where I have a list of objects displayed in an horizontal line and above them there is a transparent graphics rectangle.
The rectangle should receive pointerdown/move/up events so that the objects in the line can be moved (kinda like in a carousel), but, every one of the objects in the line need to receive click events so the user can select the item. How can this be achieved? It seems that the objects under the graphics don’t receive pointers events because they are behind the graphic. If I move the graphics behind them, then it doesn’t recieve pointer events. How can I make the event pass through, but also catch it?

http://phaser.io/examples/v3/view/input/game-object/top-only-up-down-events