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.

Index

Call signatures

Construct signatures

Call signatures

(name: string, eventProperties?: any): JQueryEventObject

Parameters

  • name: string
  • eventProperties?: any optional

Returns

JQueryEventObject

Construct signatures

constructor(name: string, eventProperties?: any): JQueryEventObject

Parameters

  • name: string
  • eventProperties?: any optional

Returns

JQueryEventObject