Type aliases
InitiatorExecutionEvent
InitiatorExecutionEvent<Details>: { position: 0 | 1; type: string } & Details
Type parameters
-
Details: Record<string, any>
InitiatorJQueryEventDetails
InitiatorJQueryEventDetails: { data: any; elem: HTMLElement; handler: any; selector: string; type: "jQueryEvent"; types: string[] | string }
Type declaration
-
data: any
-
elem: HTMLElement
-
handler: any
-
selector: string
-
type: "jQueryEvent"
-
types: string[] | string
InitiatorJQueryReadyDetails
InitiatorJQueryReadyDetails: { fn: any; type: "jQueryReady" }
Type declaration
-
fn: any
-
type: "jQueryReady"
InitiatorNativeEventDetails
InitiatorNativeEventDetails: { eventName: string; type: "nativeEvent" }
Type declaration
-
eventName: string
-
type: "nativeEvent"
A custom initiator got executed.