Touch Down action in the dynamic component.

I created a card view list where it contains an image using the dynamic component, I want help to create an action in any component of the card view, I want it when this card view of the dynamic component is in get focus, I want to create an 8 pixel stroke and green color, and after it is no longer in focus it returns to normal without the stroke

Action example:
image

@GXXAVIER You can try this extension

Ok, How can I use this extension for my dynamic component card view, please help me, I don’t really understand how the extension works

@GXXAVIER Use the block named GetDynamicComponentById and register each block then you can use it

Right, these GetDynamicComponentById blocks are all generated from a baserow database and api, how would I go about pulling this list of ID’s from my cardview for each registered block? ( I believe it is impossible to create by pulling the ID of each component generated by the dynamic component from the baserow)

@GXXAVIER You can generate your own ID. Simple, like using the ID
Card_[NUMBER] like this, you can keep track of how many ids you have and use them