MonkeyAroundComponentRegisterMethodPatchParams.patchToken?
MonkeyAroundComponentRegisterMethodPatchParams › patchToken?
Type: symbol
An optional token to identify the patch.The token is recorded against the method this patch INSTALLS, so the next patch of the same method detects it via hasPatchToken on its own
originalMethod and can defer to this one. The patch that installs a token therefore never sees its own token — only the patches stacked on top of it do. Use a Symbol.for token to make the detection work across independently bundled copies of this library.The token is dropped when this component unloads, so a later patch that had deferred takes over on its next call.