core
/
dev.fritz2.dom
/
Tag
/
handledBy
js
handled
By
infix fun <
E
:
Event
,
X
:
Element
>
DomListener
<
E
,
X
>.
handledBy
(handler:
Handler
<
Unit
>)
Content copied to clipboard
Connects
Event
s to a
Handler
.
Parameters
<receiver>
DomListener
which contains the
Event
handler
that will handle the fired
Event