scrubber(_:didHighlightItemAt:)
Tells the delegate that the item at the specified index was highlighted.
Declaration
@MainActor optional func scrubber(_ scrubber: NSScrubber, didHighlightItemAt highlightedIndex: Int)Parameters
- scrubber:
The scrubber object that is notifying you of the highlight change.
- highlightedIndex:
The index of the item that is now highlighted.