view
The custom view you use to draw the toolbar item.
Declaration
var view: NSView? { get set }Discussion
Many properties of NSToolbarItem automatically forward changes to the associated custom NSView object, if the view has a property or accessor method with a matching name.