target
The target object to which the status item’s action message is sent when the status item is clicked.
Declaration
weak var target: AnyObject? { get set }Discussion
If the status item has a menu set, the action is not sent to the target when the status item is clicked; instead, the click causes the menu to appear.