construct$2 function

  1. @JS('construct')
JSAny construct$2(
  1. Function$ target,
  2. ArrayLike<JSAny> argumentsList, [
  3. Function$ newTarget
])

Method construct$2

Parameters:

  • target: Function$
  • argumentsList: ArrayLike
  • newTarget: Function$

Implementation

@_i1.JS('construct')
external _i1.JSAny construct$2(_i2.Function$ target, _i2.ArrayLike<_i1.JSAny> argumentsList, [_i2.Function$ newTarget]);