Contents

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.

See Also

Managing Actions