Listener
interface
stable
Event listener configuration returned from getListeners.
name
stringName of the event listener.
element
ElementElement that the listener is bound to.
callback
(value: any) => anyCallback that is invoked when the event is triggered.
useCapture
booleanWhether the listener is using event capturing.
type
"dom" | "output"Type of the listener (e.g. a native DOM event or a custom @Output).
Jump to details