Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
TouchBar.GetCustomizationRequiredItemIdentifiers
Queries the required identifiers.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TouchBar | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "TouchBar.GetCustomizationRequiredItemIdentifiers"; TouchBarRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
TouchBarRef | The reference number for the touch bar. | $TouchBar |
Result
Returns list or error.
Description
Queries the required identifiers.Some items are too important to be removed. The corresponding item identifiers should be listed here. During customization the user will be prevented from removing these items from the touch bar.
See also
- TouchBar.GetCustomizationAllowedItemIdentifiers
- TouchBar.SetCustomizationAllowedItemIdentifiers
- TouchBar.SetCustomizationRequiredItemIdentifiers
This function checks for a license.
Created 1st November 2016, last changed 9th November 2021
TouchBar.GetCustomizationIdentifier - TouchBar.GetDefaultItemIdentifiers
