Type alias PropertyConfigMergeServiceHandler<T>

PropertyConfigMergeServiceHandler<T>: ((source, destination, propertyName, identity) => PropertyConfigMergeServiceHandlerResult)

This handler is an alternative to PropertyConfigMergeServiceAction, allowing you to deal with the issue in your own way. You can return either useAction with an Action or useValue with the replacement value.

Type Parameters

  • T

Type declaration

Generated using TypeDoc v0.25.12