PatchHandlerParams.fallback method
PatchHandlerParams › fallback
Invokes the original method with the originalthis and arguments.Signature:
fallback(this: void): ReturnType<ExtractFunction<$Object, MethodName>>Parameters:
| Parameter | Type | Description |
|---|---|---|
| this | void |
Returns: ReturnType<ExtractFunction<$Object, MethodName>> — Whatever the original method returns.