Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns CallInfo

  • Parameters

    • target: Object
    • methodName: null | string
    • Optionalargs: any[]
    • Optionalenabled: 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