2020-02-24 11:55:06 +03:00
|
|
|
## Class: TouchBarOtherItemsProxy
|
|
|
|
|
|
|
|
> Instantiates a special "other items proxy", which nests TouchBar elements inherited
|
|
|
|
> from Chromium at the space indicated by the proxy. By default, this proxy is added
|
|
|
|
> to each TouchBar at the end of the input. For more information, see the AppKit docs on
|
|
|
|
> [NSTouchBarItemIdentifierOtherItemsProxy](https://developer.apple.com/documentation/appkit/nstouchbaritemidentifierotheritemsproxy)
|
|
|
|
>
|
|
|
|
> Note: Only one instance of this class can be added per TouchBar.
|
|
|
|
|
2021-06-15 23:50:31 +03: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._
|
2020-02-24 11:55:06 +03:00
|
|
|
|
2020-04-02 19:32:18 +03:00
|
|
|
### `new TouchBarOtherItemsProxy()`
|