• This function will be bound to this

    Returns

    • The function to be used on the native parts as event handler.

    Parameters

    • target: any

      Target type, "this" should be passed

    • event: any

      The event to be handled

    • callback: any

      Pass null or empty function if you don't need to set any callback

    • Rest ...args: any[]

      This might take multiple parameters and can get anything.

    Returns any

Generated using TypeDoc