wrapEventCaller
wrapEventCaller<
This
,Result
,Args
>(originalMethod
,context
): (this
, …args
) =>Result
Defined in: .build/typescript/packages/core/src/decorator/event-caller.ts:5
Type Parameters
Section titled “Type Parameters”This
Result
Section titled “Result”Result
Args
extends unknown
[]
Parameters
Section titled “Parameters”originalMethod
Section titled “originalMethod”(this
, …args
) => Result
context
Section titled “context”ClassMethodDecoratorContext
<object
>
Returns
Section titled “Returns”(
this
, …args
):Result
Parameters
Section titled “Parameters”This
…Args
Returns
Section titled “Returns”Result