Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DelegatedEventHandler

This is a "shared" event handler for the provided eventType. The event listener will only be created once, but every single callback will be called when the throttled event is triggered. This means that you will need to make sure to remove the provided callback when it is no longer in use.

Hierarchy

  • DelegatedEventHandler

Index

Methods

Methods

  • add(callback: EventListener): void
  • remove(callback: EventListener): void

Generated using TypeDoc