Private _listenersStores all handlers that listen to native events.
[ target, event, callback, remover ]
Readonly targetListens to native events.
https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList/addListener
an event or events to listen to.
a callback function.
Optional options: AddEventListenerOptionsthe options to pass to the addEventListener function.
Dispatches a custom event of the target
an event object
the event type
Optional detail: AnyFunctionArgsthe detail object of the event
Removes the event handler.
the event name or names to remove.
Optional callback: AnyFunctionspecific callback to remove.
Generated using TypeDoc
Instance of the EventBinder object.