Skip to content

[F] getOperationGroup

function getOperationGroup(context, type): undefined | SdkOperationGroup;

Return the operation group object for the given namespace or interface or undefined is not an operation group.

ParameterTypeDescription
contextTCGCContextTCGCContext
typeInterface | NamespaceType to check

undefined | SdkOperationGroup

Operation group or undefined.