Contents

textSelectionDataSource

The data source that provides text layout information to the selection manager.

Declaration

weak var textSelectionDataSource: (any NSTextSelectionDataSource)? { get set }

Discussion

The data source is typically an NSTextLayoutManager or similar text layout object.