2017-03-03 10:54:46 -07:00
|
|
|
## Class: TouchBarGroup
|
|
|
|
|
|
|
|
> Create a group in the touch bar for native macOS applications
|
|
|
|
|
2021-06-15 14:50:31 -06:00
|
|
|
Process: [Main](../glossary.md#main-process)<br />
|
|
|
|
_This class is not exported from the `'electron'` module. It is only available as a return value of other methods in the Electron API._
|
2017-03-03 10:54:46 -07:00
|
|
|
|
2020-04-02 10:32:18 -06:00
|
|
|
### `new TouchBarGroup(options)`
|
2017-03-03 10:54:46 -07:00
|
|
|
|
|
|
|
* `options` Object
|
2017-03-08 14:04:55 -07:00
|
|
|
* `items` [TouchBar](touch-bar.md) - Items to display as a group.
|