---
title: dataSource
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrubber/datasource
---

# dataSource

The object that provides the data for the scrubber.

## Declaration

```swift
weak var dataSource: (any NSScrubberDataSource)? { get set }
```

## See Also

### Configuring the scrubber

- [delegate](appkit/nsscrubber/delegate.md)
