The result for a PropertyConfigMergeServiceHandler. It should return one of the two properties, leaving the other undefined.

interface PropertyConfigMergeServiceHandlerResult {
    useAction?: PropertyConfigMergeServiceAction;
    useValue?: any;
}

Properties

Provide the action to take and the caller will follow it. Use 'nochange' to prevent any changes.

useValue?: any

Provide the value to set to the destination property.

Generated using TypeDoc v0.25.12