Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns CallInfo

  • Parameters

    • target: Object
    • methodName: string
    • Optional args: any[]
    • Optional enabled: boolean

    Returns CallInfo

Properties

arguments?: any[]

The arguments to invoke this method with

enabled: boolean = true

When the CallInfo is enabled it will be invoked when the EventList is invoked

target: Object | Function

The target object to invoke the method on OR the function to invoke

Accessors

  • get canClone(): boolean
  • Returns boolean

Methods

  • Parameters

    • Rest ...args: any

    Returns void

Generated using TypeDoc