22fb4f85e5
* docs: document what experimental means explicitly * Apply suggestions from code review Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org> * Update experimental.md Co-authored-by: Jeremy Apthorp <jeremya@chromium.org>
12 lines
621 B
Markdown
12 lines
621 B
Markdown
## 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.
|
|
|
|
Process: [Main](../tutorial/application-architecture.md#main-and-renderer-processes)
|
|
|
|
### `new TouchBarOtherItemsProxy()`
|