The element type for the delegation selector
The event instance type
The type of the root element (or event.currentTarget
)
The listener callback to invoke whenever an event occurs. It is provided 2 ways to get the delegating element -- the 'delegator':
this
bindingdelegator
} on the event argument.The element type for the delegation selector
The event instance type
The type of the root element (or event.currentTarget
)
A delegation event. The inferred event instance type with an additional property
delegator
referencing the descendant element that matched the delegation selector.