Options
All
  • Public
  • Public/Protected
  • All
Menu

Function interface for HTML anchor add & remove callbacks passed in function

Hierarchy

  • HtmlAnchorCallback

Callable

  • HtmlAnchorCallback(htmlEl: HTMLElement, payload: any): void
  • Function interface for HTML anchor add & remove callbacks passed in function

    Parameters

    • htmlEl: HTMLElement

      Contains the HTML element that is associated with this anchor

    • payload: any

      Freely configurable set of data that has been passed in function

    Returns void

Generated using TypeDoc