target
The object that receives the status item’s action message when someone clicks the status item.
Declaration
weak var target: AnyObject? { get set }Discussion
If the status item has a menu set, clicking the status item doesn’t send the action to the target; instead, the click causes the menu to appear.