Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetEvent

Explicit event handler

Hierarchy

  • TargetEvent

Index

Properties

Properties

fn

fn: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Function to call

      Parameters

      • ev: Event

      Returns any

opts

opts: undefined | boolean | AddEventListenerOptions

Event listener options

target

target: undefined | HTMLElement

Element to bind the function to

Generated using TypeDoc