Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CallbackParameters<FunctionType>

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Constructors

  • new CallbackParameters<FunctionType>(callback: FunctionType, argument: Parameters<FunctionType>): CallbackParameters<FunctionType>

Properties

argument: Parameters<FunctionType>
callback: FunctionType

Accessors

  • get return(): ReturnType<FunctionType>

Generated using TypeDoc