Used by your PropertyConfigMergeServiceHandler function to know what specifically is being resolved.

interface MergeIdentity {
    valueHostName: string;
    errorCode?: string;
    containingProperty?: string;
}

Properties

valueHostName: string
errorCode?: string
containingProperty?: string

Generated using TypeDoc v0.25.12