apply$1<T extends JSAny, A extends JSAny, R extends JSAny> function

  1. @JS('apply')
R apply$1<T extends JSAny, A extends JSAny, R extends JSAny>(
  1. JSFunction target,
  2. T thisArgument,
  3. Readonly<A> argumentsList
)

Method apply$1

Type Parameters:

  • T
  • A extends readonly any[]
  • R

Parameters:

  • target: (this: T, ...args: A) => R
  • thisArgument: T
  • argumentsList: Readonly

Implementation

@_i1.JS('apply')
external R apply$1<T extends _i1.JSAny, A extends _i1.JSAny, R extends _i1.JSAny>(
  _i1.JSFunction target,
  T thisArgument,
  _i2.Readonly<A> argumentsList,
);