Skip to content

MonkeyAroundComponent.registerPatch method

MonkeyAroundComponent › registerPatch

Registers a patch using raw factories (advanced API).

Signature:

registerPatch($object: $Object, factories: Partial<FullFactories<$Object>>): void

Parameters:

ParameterTypeDescription
$object$Object
factoriesPartial<FullFactories<$Object>>The factories to apply to the object.

Returns: void