Hey guys says i have code snippet like this
div data-controller=“parent”>
div data-action=“load@document->MY_ACTION”>children /div
div data-action=“load@document->MY_ACTION”>children /div
div
how can i add event load listener to trigger individual action when its children are both loaded given that i dont want to use connect to trigger them all at once, but just want them to be individually instead.
Is that possible/or way of doing it?