2017-03-03 17:54:46 +00:00
|
|
|
## Class: TouchBarGroup
|
|
|
|
|
|
|
|
> Create a group in the touch bar for native macOS applications
|
|
|
|
|
2018-04-09 20:58:10 +00:00
|
|
|
Process: [Main](../tutorial/application-architecture.md#main-and-renderer-processes)
|
2017-03-03 17:54:46 +00:00
|
|
|
|
2020-04-02 16:32:18 +00:00
|
|
|
### `new TouchBarGroup(options)`
|
2017-03-03 17:54:46 +00:00
|
|
|
|
|
|
|
* `options` Object
|
2017-03-08 21:04:55 +00:00
|
|
|
* `items` [TouchBar](touch-bar.md) - Items to display as a group.
|