delegate
The custom object from your app that provides the items to share.
Declaration
weak var delegate: (any NSSharingServicePickerToolbarItemDelegate)? { get set }Discussion
Use your delegate object to provide the set of items you want to share from your window. If this property is nil, AppKit disables the toolbar item.