[F] getClientInitialization
function getClientInitialization(context, entity): | undefined | SdkInitializationType;Get SdkInitializationType for namespace or interface. The info is from @clientInitialization decorator.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | TCGCContext | |
entity | Interface | Namespace | namespace or interface which represents a client |
Returns
Section titled “Returns”| undefined
| SdkInitializationType
Deprecated
Section titled “Deprecated”This function is deprecated. Use getClientInitializationOptions instead.