itemIdentifiers
An array of itemIdentifiers that represent the current items in the toolbar. Setting this property will set the current items in the toolbar by diffing against items that already exist. Use this with great caution if allowsUserCustomization is enabled as it will override any customizations the user has made. This property is key value observable.
Declaration
var itemIdentifiers: [NSToolbarItem.Identifier] { get set }