Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUIEvent

Native friendly interface for Event Object

Hierarchy

Index

Properties

Optional currentTargetSearch playground for currentTarget

currentTarget: any

Current target for an event

inputIndexSearch playground for inputIndex

inputIndex: number

Input array index

preventDefaultSearch playground for preventDefault

preventDefault: () => void

Tells user agent what to do when not explicitly handled

Type declaration

    • (): void
    • Returns void

Optional srcElementSearch playground for srcElement

srcElement: any

Alias for target

deprecated

Use target instead

targetSearch playground for target

target: any

Reference to object where object was dispatched

typeSearch playground for type

type: string

Type of event

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method