Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JQueryEventConstructor

The interface used to construct jQuery events (with $.Event). It is defined separately instead of inline in JQueryStatic to allow overriding the construction function with specific strings returning specific event objects.

Hierarchy

  • JQueryEventConstructor

Callable

  • The interface used to construct jQuery events (with $.Event). It is defined separately instead of inline in JQueryStatic to allow overriding the construction function with specific strings returning specific event objects.

    Parameters

    • name: string
    • Optional eventProperties: any

    Returns JQueryEventObject

Index

Constructors

Constructors

constructor

  • Parameters

    • name: string
    • Optional eventProperties: any

    Returns JQueryEventConstructor

Generated using TypeDoc