NSScrubberLayoutAttributes
The layout of a scrubber item.
Declaration
class NSScrubberLayoutAttributesOverview
A layout attributes object is the model for the layout of a single item in a scrubber control.
If you require model attributes in addition to those provided by this class, create a subclass and add appropriate attributes. Subclasses must implement isEqual(_:), hash and the NSCopying protocol.