apply$2 function

  1. @JS('apply')
JSAny apply$2(
  1. Function$ target,
  2. JSAny thisArgument,
  3. ArrayLike<JSAny> argumentsList
)

Method apply$2

Parameters:

  • target: Function$
  • thisArgument: any
  • argumentsList: ArrayLike

Implementation

@_i1.JS('apply')
external _i1.JSAny apply$2(_i2.Function$ target, _i1.JSAny thisArgument, _i2.ArrayLike<_i1.JSAny> argumentsList);