Home > @rushstack/operation-graph > IOperationOptions > group
IOperationOptions.group property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The group that this operation belongs to. Will be used for logging and duration tracking.
Signature:
group?: OperationGroupRecord<TGroupMetadata> | undefined;