| --- |
| title: 'OutputGroupInfo' |
| --- |
| |
| A provider that indicates what output groups a rule has. |
| See [Requesting output files](https://bazel.build/versions/9.0.0/extending/rules#requesting_output_files) for more information. |
| |
| ## Members |
| |
| * [OutputGroupInfo](#OutputGroupInfo) |
| |
| ## OutputGroupInfo |
| |
| ``` |
| OutputGroupInfo OutputGroupInfo(**kwargs) |
| ``` |
| |
| Instantiate this provider with |
| |
| ``` |
| OutputGroupInfo(group1 = <files>, group2 = <files>...) |
| ``` |
| |
| See [Requesting output files](https://bazel.build/versions/9.0.0/extending/rules#requesting_output_files) for more information. |
| |
| ### Parameters |
| |
| | Parameter | Description | |
| | --- | --- | |
| | `kwargs` | default is `{}` | |