[F] getOperationGroup
function getOperationGroup(context, type): SdkOperationGroup | undefined;Return the operation group object for the given namespace or interface or undefined is not an operation group.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | TCGCContext | TCGCContext |
type | Interface | Namespace | Type to check |
Returns
Section titled “Returns”SdkOperationGroup | undefined
Operation group or undefined.