Einhugur macOS Bridge plugin.

NSTouchBar.SetDefaultItemIdentifiers Method

Sets default item identifiers. You must always set this for every Touch Bar. The identifiers represent list of the identifiers that you wish to show, actual items with the given identifiers can then come from different sources.

SetDefaultItemIdentifiers(
   identifiers() as String)

Parameters

identifiers()
Array of identifiers to be set.

Remarks

When it attempts to display the identifiers, it will first look in the list set by SetTemplateItems, and if not finding a given identifier there then it will attempt to use the delegate to acquire item.

See Also

NSTouchBar Class