Skip to content

PatchHandlerParams.fallback method

PatchHandlerParams › fallback

Invokes the original method with the original this and arguments.

Signature:

fallback(this: void): ReturnType<ExtractFunction<$Object, MethodName>>

Parameters:

ParameterTypeDescription
thisvoid

Returns: ReturnType<ExtractFunction<$Object, MethodName>>Whatever the original method returns.