Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DelegationConfig<R, E, D>

Internally used configuration type for EventHandler construction.

Type parameters

  • R: Element

  • E: Event = Event

  • D: Element = Element

Hierarchy

  • DelegationConfig

Index

Properties

Readonly eventType

eventType: string

Readonly listener

listener: DelegationListener<D, E, R>

Optional Readonly listenerOptions

listenerOptions: boolean | AddEventListenerOptions

Readonly root

root: R

Readonly selector

selector: string