Controller named complex_thing_controller.ts
doBigThing() {}<div data-controller="complex-thing">
<span data-action='click->complex-thing#doBigThing'`>click me</span>
</div>jump(event) {
event.target // received the event (likely a child-element)
event.currentTarget // is the element where the stimulus binding caught the event
}