Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventUtils

Index

Methods

Static handleBrowserEvent

  • handleBrowserEvent(component: any, beforeEventVarName: string, $browserEvent?: Event, fireEvent?: boolean, doEvent?: Function, emitBeforeEvent?: Function, emitAfterEvent?: Function, doPrevented?: Function, subscrSuffix?: string): Promise<any>
  • Parameters

    • component: any
    • beforeEventVarName: string
    • Optional $browserEvent: Event
    • Optional fireEvent: boolean
    • Optional doEvent: Function
    • Optional emitBeforeEvent: Function
    • Optional emitAfterEvent: Function
    • Optional doPrevented: Function
    • Optional subscrSuffix: string

    Returns Promise<any>

Static newCustomEvent

  • newCustomEvent(type: any, ngComponent: any, data: any, $browserEvent: any): CustomEvent
  • Parameters

    • type: any
    • ngComponent: any
    • data: any
    • $browserEvent: any

    Returns CustomEvent

Static newCustomEventWithOption

  • newCustomEventWithOption(option: any): CustomEvent
  • Parameters

    • option: any

    Returns CustomEvent

Generated using TypeDoc