Contents

delegate

The delegate of the text selection manager.

Declaration

weak var delegate: (any NSTextSelectionManager.Delegate)? { get set }

Discussion

The delegate is responsible for storing the current text selection and responding to selection-related events.