Skip to content

[F] getClientLocation

Gets the Namespace, Interface, Operation or name of client where an operation / parameter change the location to.

TCGCContext

Operation or parameter to be moved

function getClientLocation(context, input): undefined | string | Interface | Namespace;

Gets the Namespace, Interface or name of client where an operation changes location to.

ParameterType
contextTCGCContext
inputOperation

undefined | string | Interface | Namespace

function getClientLocation(context, input): undefined | Interface | Namespace | Operation;

Gets the Namespace, Interface, Operation where a parameter changes location to.

ParameterType
contextTCGCContext
inputModelProperty

undefined | Interface | Namespace | Operation