Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnListener<E, V, T>

Type parameters

  • E: HTMLElement = HTMLElement

  • V: Event = Event

  • T: Element = Element

Hierarchy

  • OnListener

Callable

  • OnListener(el: E, evt: V, targetClause: T): void
  • The event listener is invoked according to the clauses.

    Parameters

    • el: E

      the Custom Element

    • evt: V

      the DOM event

    • targetClause: T

      the target of the clause otherwise, the Custom Element

    Returns void

Generated using TypeDoc