Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/headless-content-unblocker/src/events/initiatorExecution"

Index

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"

Variables

Const INITIATOR_EXECUTION

INITIATOR_EXECUTION: "RCB/Initiator/Execution" = "RCB/Initiator/Execution"

A custom initiator got executed.

Generated using TypeDoc