target
The target for double-click actions.
Declaration
unowned(unsafe) var target: AnyObject! { get set }Discussion
The target is the object on which the action specified by groupDoubleAction and nameDoubleAction is invoked.
The target for double-click actions.
unowned(unsafe) var target: AnyObject! { get set }The target is the object on which the action specified by groupDoubleAction and nameDoubleAction is invoked.