method Function.call
Private
Function.call(
this: Function,
thisArg: any,
...argArray: any[],
): any

Calls a method of an object, substituting another object for the current object.

Parameters

thisArg: any

The object to be used as the current object.

...argArray: any[]

Return Type

any