Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
TouchBar.GetCustomizationAllowedItemIdentifiers
Queries allowed items identifier.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TouchBar | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "TouchBar.GetCustomizationAllowedItemIdentifiers"; TouchBarRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
TouchBarRef | The reference number for the touch bar. | $TouchBar |
Result
Returns list or error.
Description
Queries allowed items identifier.The items that are presented in the customization palette for the user to add to the touch bar. These items will be presented to the user in the order specified in this array.
See also
- TouchBar.GetCustomizationRequiredItemIdentifiers
- TouchBar.SetCustomizationAllowedItemIdentifiers
- TouchBar.SetCustomizationRequiredItemIdentifiers
This function is free to use.
Created 1st November 2016, last changed 9th November 2021
TouchBar.GetAutomaticCustomizeTouchBarMenuItemEnabled - TouchBar.GetCustomizationIdentifier
