Skip to main content
Version: Next 🚧

[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​

ParameterTypeDescription
contextTCGCContextTCGCContext
typeNamespace | InterfaceType to check

Returns​

SdkOperationGroup | undefined

Operation group or undefined.