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

interface ConditionConfigMergeServiceHandlerResult {
    useAction?: ConditionConfigMergeServiceAction;
    useValue?: ConditionConfig;
}

Properties

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

useValue?: ConditionConfig

Provide the value to set to the destination property.

Generated using TypeDoc v0.25.12