[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
Call Signature
Section titled “Call Signature”function getClientLocation(context, input): string | Interface | Namespace | undefined;Gets the Namespace, Interface or name of client where an operation changes location to.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | TCGCContext |
input | Operation |
Returns
Section titled “Returns”string | Interface | Namespace | undefined
Call Signature
Section titled “Call Signature”function getClientLocation(context, input): Interface | Namespace | Operation | undefined;Gets the Namespace, Interface, Operation where a parameter changes location to.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | TCGCContext |
input | ModelProperty |
Returns
Section titled “Returns”Interface | Namespace | Operation | undefined